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

Page 381: Example, Note, Operands return codes example note

Advertising
background image

LISTPOOL

LISTPOOL

stem.

LISTPOOL displays RFS file pool information to the terminal or to a specified stem array, if a stem has
been specified.

Operands

stem.

specifies the name of a stem. (A stem must end in a period.) Refer to section “Stems” on page 123 for
more information. Three columns of information are returned:
v

the pool ID

v

the DLBL of the first file in the file pool

v

whether or not it contains a user's directory.

Return Codes

0

Normal return

2225

Error retrieving file pool information

2226

Invalid stem variable name

Example

'LISTPOOL LST.'

This example places information about the RFS file pools into REXX compound variable LST.1 through
LST.n

. LST.0 contains the number of elements returned.

Note

This is a general user command that displays all defined RFS file pools.

Commands

Chapter 25. REXX/CICS Commands

359

Advertising