Lists information about some or all of the SAS variables to be loaded into the new DBMS table
| Default: | ALL |
|---|---|
| Note: | By default, the list is sent to the SAS log. |
| Tip: | You can specify LIST as many times as you want while creating a DBMS table. Specify LIST before the LOAD statement to see the entire table. |
lists information about all variables in the input SAS data set, despite whether those variables are selected for the load.
lists information about only the input SAS variables that are selected for the load.
lists information about
only the specified variable. The variable-identifier argument
can be either the SAS variable name or the positional equivalent.
The positional equivalent is the number that represents the variable's
position in the data set. For example, if you want to list information
for the column associated with the third SAS variable, submit this
statement: list 3;