Chapter Contents

Previous

Next
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 using the LABEL option, or print the contents of the output data set using the CONTENTS statement in the DATASETS procedure.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.