Figure 86 shows the format of the Transient Data Queues Totals Report. This report is produced using a combination of the EXEC CICS® INQUIRE TDQUEUE and EXEC CICS COLLECT STATISTICS TDQUEUE commands. The statistics data is mapped by the DFHTQRDS DSECT. The field headings and contents are described in Table 210.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 58
Tdqueue Totals
No. of Tdqueue Tdqueue Tdqueue
Tdqueue Type Tdqueues Writes Reads Deletes
Intrapartition . . . : 4 0 0 0
Extrapartition . . . : 23 10 0
Indirect . . . . . . : 28 10 0 0
Remote . . . . . . . : 0 0 0 0
Total. . . . . . . . : 55
Field Heading | Description |
---|---|
Tdqueue Type | The queue type, extrapartition, intrapartition,
indirect or remote.
Source field: EXEC CICS INQUIRE TDQUEUE() TYPE(cvda) |
No. of Tdqueues | The number of queues defined as this type. |
Tdqueue Writes | The total number of requests to write to
this type of transient data queue.
Source field: TQRWRITE |
Tdqueue Reads | The total number of requests to read from
this type of transient data queue.
Source field: TQRREADS |
Tdqueue Deletes | The total number of requests to delete from
this type of transient data queue.
Source field: TQRDELET |