The LIST statement lists
columns in the descriptor, along with information about the columns.
The LIST statement can be used only when
creating an
access descriptor or a view descriptor. The LIST information is written
to your SAS log.
To review the contents
of an existing view descriptor, use the CONTENTS procedure.
When you use LIST for
an access descriptor,
*NON-DISPLAY*
appears
next to the column description for any column that has been dropped;
*UNSUPPORTED*
appears
next to any column whose data type is not supported by your DBMS interface
view engine. When you use LIST for a view descriptor,
*SELECTED*
appears
next to the column description for columns that you have selected
for the view.
Specify LIST last in
your PROC ACCESS code in order to see the entire descriptor. If you
create or update multiple descriptors, specify LIST before each CREATE
or UPDATE statement to list information about all descriptors that
you are creating or updating.