Figure 80 shows the format of the Temporary Storage Queues Report. This report is produced using the EXEC CICS® INQUIRE TSQUEUE command. The field headings and contents are described in Table 204.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 52
Temporary Storage Queues
Tsqueue Number of Min Item Max Item Tsqueue Lastused
TSQueue Name Location Items Length Length Flength Tranid Interval Recoverable
______________________________________________________________________________________________________
ECPOSC Auxiliary 1 128 128 128 CPLT 00:04:54 Yes
MONITOR Auxiliary 250 128 128 32,000 CZUX 00:00:43 No
Field Heading | Description |
---|---|
Tsqueue Name | The name of the temporary storage queue.
Source field: EXEC CICS INQUIRE TSQNAME() |
Tsqueue Location | Indicates where the temporary storage queue
resides.
Source field: EXEC CICS INQUIRE TSQNAME() LOCATION(cvda) |
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() |
Recoverable | Indicates whether the temporary storage queue
is recoverable.
Source field: EXEC CICS INQUIRE TSQNAME() RECOVSTATUS() |