TRANSPOSE Procedure
IDLABEL Statement
Creates labels for the transposed variables.
Syntax
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.
Copyright © SAS Institute Inc. All rights reserved.