VLABELS Subcommand (CTABLES command)
/VLABELS VARIABLES=varlist
DISPLAY={DEFAULT}
{NAME }
{LABEL }
{BOTH }
{NONE }
By default, the display of variable labels is
controlled by the TVARS
specification
on the SET
command in the Core
system. The VLABELS
subcommand
allows you to show a name, label, or both for each table variable.
The minimum specification is a variable list and a DISPLAY
specification. To give different
specifications for different variables, use multiple VLABELS
subcommands.
VARIABLES. The variables
to which the subcommand applies. You can use ALL
or VARNAME TO
VARNAME, which refers to the order of variables in the
current active data file. If a specified variable does not appear
in a table, VLABELS
is ignored
for that variable.
DISPLAY. Whether the
variable's name, label, both, or neither is shown in the table. DEFAULT
honors the SET TVARS
setting. NAME
shows the variable name only. LABEL
shows the variable label only. BOTH
shows the variable name and label. NONE
hides the name and label.