![]() Chapter Contents |
![]() Previous |
![]() Next |
| LIST |
| Optional statement | |
| Applies to: | access descriptor or view descriptor |
| Default: | ALL |
| Syntax | |
| Details |
Syntax |
|
LIST <ALL | VIEW |column-identifier-1
<... column-identifier-n>>; |
| Details |
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. See CREATE for more information on the order of statements.
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 completed descriptor information. Or, if you are creating multiple descriptors, specify LIST before the next CREATE statement to list all the information about the descriptor you are creating.
The LIST statement can take one of the following arguments:
*NON-DISPLAY* appears next to the column description
for any column that has been dropped. When you are creating a view descriptor,
*SELECTED* appears next to the column description for columns that
you have selected for the view.
*SELECTED* . Any columns that were dropped in the access descriptor are not
displayed. The VIEW argument is valid only for a view descriptor.list 5 8;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.