LISTPOOL

Read syntax diagramSkip visual syntax diagram>>-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 for more information. Three columns of information are returned:

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.