INQUIRE TEMPSTORAGE

Retrieve information about the storage that is used by temporary storage queues in the CICS® region.

INQUIRE TEMPSTORAGE

Read syntax diagramSkip visual syntax diagramINQUIRE TEMPSTORAGE TSMAININUSE( data-value)TSMAINLIMIT( data-value)

Conditions: NOTAUTH

This command is threadsafe.

Description

The INQUIRE TEMPSTORAGE command returns information about the CICS region storage that main temporary storage queues use, and the maximum amount that is available for their use.

Options

TSMAININUSE(data-value)
Returns a doubleword binary value that shows the amount of storage, in bytes, that is currently used by main temporary storage queues.
TSMAINLIMIT(data-value)
Returns a doubleword binary value that shows the current setting, in bytes, for the maximum amount of storage that CICS makes available for main temporary storage queues to use.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.