Listelib, Operands, Return codes – IBM SC34-5764-01 User Manual

Page 380: Example, Operands return codes example

Advertising
background image

LISTELIB

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.

Commands

358

CICS TS for VSE/ESA: REXX Guide

Advertising