INQUIRE TSPOOL

Retrieve information about a shared temporary storage pool.

INQUIRE TSPOOL

Read syntax diagramSkip visual syntax diagramINQUIRE  TSPOOL(data-value) CONNSTATUS(cvda)

Conditions: END, ILLOGIC, NOTAUTH, NOTFND

This command is threadsafe.

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

The INQUIRE TSPOOL command returns information about a particular shared temporary storage pool.

Browsing

You can also browse through all of the temporary storage pools in your system by using the browse options (START, NEXT, and END) on INQUIRE TSPOOL commands.

See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.

Options

TSPOOL(data-value)
returns an 8-character field giving the shared TS pool name.
CONNSTATUS(cvda)
returns a CVDA value containing the connection status of this pool. CVDA values are:
CONNECTED
This pool is connected.
UNCONNECTED
This pool is not connected.

Conditions

END
RESP2 values:
2
There are no more resource definitions of this type.
ILLOGIC
RESP2 values:
1
You have issued a START command when a browse of this resource type is already in progress, or you have issued a NEXT or an END command when a browse of this resource type is not in progress.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
101
The user associated with the issuing task is not authorized to access this particular resource in the way required by this command.
NOTFND
RESP2 values:
1
The TSPOOL does not exist.