Transient Data Queue Totals Report

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.

Figure 86. The Transient Data Queue Totals Report
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

Table 210. Fields in the Transient Data Queue Totals Report
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

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting transient data statistics
Full listing and DFHSTUP reports for these statistics
Transient data statistics

[[ Contents Previous Page | Next Page Index ]]