Temporary Storage Queues by Shared TS Pool report

The Temporary Storage Queues by Shared TS Pool report shows temporary storage queues that are in shared TS Pools on the TS Pool servers. These temporary storage queues might or might not currently be in the address space of your system. If they are not in the address space of your system, they are not shown on the other temporary storage queue reports.

The report is produced using a combination of the EXEC CICS INQUIRE TSPOOL and EXEC CICS INQUIRE TSQUEUE commands.

Table 1. Fields in the Tsqueue by Shared TS Pool report
Field Heading Description
Shared TS Pool Name The name of the shared temporary storage pool.

Source field: EXEC CICS INQUIRE TSPOOL()

Connection Status Indicates the connection status of the pool.

Source field: EXEC CICS INQUIRE TSPOOL() CONNSTATUS(cvda)

TSQueue Name The name of the temporary storage queue in this pool.

Source field: EXEC CICS INQUIRE TSQNAME()

Number of Items The number of items in the temporary storage queue.

Source field: EXEC CICS INQUIRE TSQNAME() NUMITEMS()

Min Item Length The length of the smallest item in the temporary storage queue.

Source field: EXEC CICS INQUIRE TSQNAME() MINITEMLEN()

Max Item Length The length of the largest item in the temporary storage queue.

Source field: EXEC CICS INQUIRE TSQNAME() MAXITEMLEN()

Tsqueue Flength The total length of all the items in the temporary storage queue.

Source field: EXEC CICS INQUIRE TSQNAME() FLENGTH()

Tranid The name of the transaction which created the temporary storage queue.

Source field: EXEC CICS INQUIRE TSQNAME() TRANSID()

Lastused Interval The time interval since the temporary storage queue was last referenced.

Source field: EXEC CICS INQUIRE TSQNAME() LASTUSEDINT()