Previous Page | Next Page

The TRANSPOSE Procedure

IDLABEL Statement


Creates labels for the transposed variables.
Restriction: Must appear after an ID statement.
Featured in: Labeling Transposed Variables

IDLABEL variable;


Required Argument

variable

names the variable whose values the procedure uses to label the variables that the ID statement names. variable can be character or numeric.

Note:   To see the effect of the IDLABEL statement, print the output data set with the PRINT procedure by using the LABEL option. You can also print the contents of the output data set by using the CONTENTS statement in the DATASETS procedure.  [cautionend]

Previous Page | Next Page | Top of Page