The LIST statement lists
columns in the descriptor along with information about the columns.
You can use the LIST statement when creating an access descriptor
or a view descriptor. The LIST information is written to your SAS
log.
If you use an editing
statement, such as LIST, it must follow the CREATE statement and the
database-description statements when you create a descriptor. You
can specify LIST as many times as you want while creating a descriptor;
specify LIST last in your PROC ACCESS code to see the entire descriptor.
Or, if you are creating multiple descriptors, specify LIST before
the next CREATE statement in order to list all information about the
descriptor that you are creating.
The LIST statement can
take one or more of these arguments:
You can use one or more
of these previously described options in a LIST statement, in any
order.