Retrieve information about storage subpools in the CICS region.
INQUIRE SUBPOOL >>-INQUIRE SUBPOOL(data-area)--+--------------------+---------->< '-DSANAME(data-area)-'
Conditions: END, ILLOGIC, NOTAUTH, NOTFND
For more information about the use of CVDAs, see CICS-value data areas (CVDAs).
The INQUIRE SUBPOOL command returns information about a particular storage subpool.
You can also browse through all the storage subpools in the region using the browse options (START, AT, NEXT, and END) on INQUIRE SUBPOOL command. In browse mode, the definitions are returned in alphabetic order of subpool name. You can specify a starting point anywhere in the full rabge of subpools using the AT option. If you want to see all the subpools with names beginning with a certain string of characters, for example, you can start your browse with an AT value comprising those characters, padded on the right with nulls (X'00') up make up the eight characters.
See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.
For browse operations, specify SUBPOOL on the START browse request only, not on the NEXT or END requests.