space
Previous Page | Next Page

ACCESS Procedure Reference

LIST Statement



Lists all or selected items in the descriptor and information about the items.
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:

ALL

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.

VIEW

lists all the items in the access descriptor that are selected for the view descriptor.

index-number

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.

item-name

specifies the name of an IMS item for which you want to display the current status.

The second set includes the following arguments:

blanks

lists the SAS information, including the DB Format and SAS format information, for the specified items. To use this argument, include only the ALL, VIEW, item-name, or index-number argument from the first set to specify the items.

DB

lists the database information, including the DB Content, segment name, search field, segment length, key field, and occur field information, for the specified items. Use the ALL, VIEW, item-name or index-number argument before this argument to specify which items to list.

DESC

lists both SAS and database information for the specified items. Use the ALL, VIEW, item-name or index-number argument before this argument to specify which items to list.

Note:   The LIST statement output is written to the SAS log.  [cautionend]

space
Previous Page | Next Page | Top of Page