DATA Step Debugger |
Category: | Manipulating DATA Step Variables |
Alias: | DESC |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
DESCRIBE variable(s) | _ALL_ |
Details |
The DESCRIBE command displays the attributes of one or more specified variables.
DESCRIBE reports the name, type, and length of the variable, and, if present, the informat, format, or variable label.
Examples |
Display the attributes of variable ADDRESS:
desc address
Display the attributes of array element ARR{i + j}:
desc arr{i+j}
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.