Figure 82 shows the format of the Temporary storage queues by shared TS Pool report. This report is produced using a combination of the EXEC CICS® INQUIRE TSPOOL and EXEC CICS INQUIRE TSQUEUE commands. The field headings and contents are described in Table 206. The report shows temporary storage queues that are in shared TS Pools on the TS Pool servers. These temporary storage queues may or may 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.
Applid IYAEST05 Sysid HT05 Jobname IYAEST05 Date 12/17/2004 Time 15:01:20 CICS 6.4.0 PAGE 39
Temporary Storage Queues by Shared TS Pool
Shared TS Pool Name . . . . . . . : LTEST1 Connection Status. . . . : UNCONNECTED
Shared TS Pool Name . . . . . . . : LTEST2 Connection Status. . . . : CONNECTED
Number of Min Item Max Item Tsqueue
TSQueue Name Items Length Length Flength
LT210049 LT210049 5 111 5,221 13,016
LT210050 LT210050 4 3,595 15,001 60,004
LT210052 LT210052 1 3,920 3,920 3,920
LT210054 LT210054 1 721 721 721
LT210055 6 365 2,063 6,519
LT210056 LT210056 2 3,046 7,787 10,833
LT210057 10 670 24,297 242,970
LT210057 LT210057 2 630 2,459 3,089
LT210058 2 2,657 3,387 6,044
LT210058 LT210058 1 3,089 3,089 3,089
LT210059 LT210059 3 1,330 6,728 10,427
LT210060 3 3,778 20,656 32,199
LT210061 3 6,872 10,711 26,660
LT210062 2 6,463 11,072 17,535
LT210062 LT210062 8 2,100 22,875 183,000
LT210063 3 3,897 19,521 58,563
___________________________________________________________
66
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() |