Specifies format, label, and length information for
variables.
ATTRIB variable(s) <FORMAT=format-name LABEL='label'
LENGTH=length>;
|
- variable
-
specifies the variables that you want to associate with
attributes.
- FORMAT=format-name
-
associates a format with variables in the variable argument.
- LABEL='label'
-
associates a label with variables in the variable argument.
- LENGTH=length
-
specifies the length of the variable in the variable argument.
The following are examples of the ATTRIB statement:
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.