The FCMP Procedure |
ATTRIB variable(s) <FORMAT=format-name LABEL='label' LENGTH=length>; |
Required Arguments |
specifies the variables that you want to associate with attributes.
Options |
associates a format with variables in the variable argument.
associates a label with variables in the variable argument.
specifies the length of the variable in the variable argument.
Examples |
The following are examples of the ATTRIB statement:
attrib x1 format=date7. label='variable x1' length=5;
attrib x1 format=date7. label='variable x1' length=5 x2 length=5 x3 label='var x3' format=4. x4 length=$2 format=$4.;
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.