Syntax to remove Value Labels

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Syntax to remove Value Labels

Kunal
Hi All,

Is there any syntax to remove value labels from SPSS file.

Regards,
Kunal
Reply | Threaded
Open this post in threaded view
|

Re: Syntax to remove Value Labels

John F Hall
Why do you want to do this?  Dangerous, but in variable view, go to the
values column highlight all values, then delete?  Might not work anyway.  


-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Kunal
Sent: 18 March 2015 10:44
To: [hidden email]
Subject: Syntax to remove Value Labels

Hi All,

Is there any syntax to remove value labels from SPSS file.

Regards,
Kunal



--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/Syntax-to-remove-Value-Labels-
tp5729003.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Syntax to remove Value Labels

Andy W
In reply to this post by Kunal
If you just do:

VALUE LABELS X.

without specifying any labels it removes the value labels for the variable X. If you want to remove the value labels for every variable in the dataset, you can use

VALUE LABELS ALL.
Andy W
apwheele@gmail.com
http://andrewpwheeler.wordpress.com/
Reply | Threaded
Open this post in threaded view
|

Re: Syntax to remove Value Labels

Kunal
This post was updated on .
Thanks Andy and John
Reply | Threaded
Open this post in threaded view
|

Re: Syntax to remove Value Labels

Jon K Peck
In reply to this post by Kunal
VALUE LABELS varlist.
declares that there are no value labels for any listed variable.  The listed variables should all be of the same type (string or numeric).


Jon Peck (no "h") aka Kim
Senior Software Engineer, IBM
[hidden email]
phone: 720-342-5621




From:        Kunal <[hidden email]>
To:        [hidden email]
Date:        03/18/2015 03:44 AM
Subject:        [SPSSX-L] Syntax to remove Value Labels
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




Hi All,

Is there any syntax to remove value labels from SPSS file.

Regards,
Kunal



--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/Syntax-to-remove-Value-Labels-tp5729003.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD