LISTELIB

Read syntax diagramSkip visual syntax diagram>>-LISTELIB--+-------+-----------------------------------------><
             '-stem.-'
 

LISTELIB displays the names of the authorized exec libraries to the terminal or to a specified stem array, if a stem has been specified. The libraries are displayed in their search order.

Operands

stem.
specifies the name of a stem. (A stem must end in a period.) The information returned is the name of each VSE Librarian sublibrary specified on the last SETSYS AUTHELIB command.

Return Codes

2226
Invalid stem varible name
2245
Error retrieving authorized library information

Example

'LISTELIB LST.'

This example places the names of the VSE Librarian sublibraries containing authorized commands in compound variable LST.1 through LST.n. They are returned in the search order specified on the last SETSYS AUTHELIB command. LST.0 contains the number of elements returned.