|
The list command always displays variable
values, not value labels. SUMMARIZE can give you a listing in the
form of a pivot table. That will use the value labels, but you can
suppress value labels temporarily for selected variables.
TEMPORARY.
VALUE LABELS <list of vars to suppress>.
SUMMARIZE ...
HTH,
Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435
From:
cconcannon <[hidden email]>
To:
[hidden email]
Date:
01/26/2011 01:53 PM
Subject:
[SPSSX-L] List
and Value Labels
Sent by:
"SPSSX(r)
Discussion" <[hidden email]>
Hello. This is my first post, but I have learned
much from this discussion
board.
I have a question about the list command. Is there a way to display
the
value labels for some variables in my list, and not others? I have
scoured
the internet, but to no avail. Thanks!
--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/List-and-Value-Labels-tp3358612p3358612.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
|