ACCESS Procedure Reference |
Optional statement | |
Applies to: | access descriptor or view descriptor |
Syntax | |
Details | |
Arguments |
Syntax |
LIST <ALL|VIEW|index-number|item-name> <blanks|DB|DESC>; |
Details |
The LIST statement lists all or selected items in the descriptor and information about the items.
Arguments |
The LIST statement consists of two sets of arguments. Select one argument from the first set to select the items to be displayed, and select one argument from the second set to specify the type of information to be displayed about the selected items.
The first set includes the following arguments:
lists all the items in the access descriptor that are available for selection. If an item is dropped, NON-DISPLAY is displayed next to the item's description when listing an access descriptor. When listing a view descriptor, dropped items are not displayed.
lists all the items in the access descriptor that are selected for the view descriptor.
specifies the index number that corresponds to the IMS item for which you want to display the current status. The index number represents the item's place in the descriptor.
specifies the name of an IMS item for which you want to display the current status.
The second set includes the following arguments:
Note: The LIST statement output is written to the SAS log.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.