SPSS Variable Labels

The VARIABLE LABELS command sets variable labels.


Usage

variable labels foo "Foo"
 /bar "Bar"
 /baz "Baz".

The forward slashes (/) are optional.

Specifying an empty string is equivalent to deleting a variable label.


== Data Model =

The VARIABLE LABELS command executes immediately. Pending transformations are not executed and the active dataset is not read.


See also

PSPP manual for VARIABLE LABELS


CategoryRicottone