Transient Data Queues Report

Figure 85 shows the format of the Transient Data Queues 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 209.

Figure 85. Transient Data Queues Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2    Date 12/17/2004  Time 08:44:37    CICS 6.4.0      PAGE    56
 
 
Transient Data Queues
 
  Dest  Queue       Tdqueue     Tdqueue     Tdqueue   Indirect  Remote  Remote  Current  No. of  Trigger  <--------- ATI ---------->
   Id   Type        Writes       Reads      Deletes     Name    System   Name    Items  Triggers  Level   Fcty  Term  Tran   Userid
  __________________________________________________________________________________________________________________________________
 
  CADL  Indirect           2           0           0    CSSL
  CAIL  Indirect           0           0           0    CSSL
  CCPI  Indirect           0           0           0    CSSL
  CCSE  Indirect           0           0           0    CCSO
  CCSO  Extra              0           0
  CCZM  Indirect           0           0           0    CSSL
  CDBC  Indirect           0           0           0    CSSL
  CDB2  Indirect           0           0           0    CSSL
  CDUL  Indirect           0           0           0    CSSL
  CESE  Extra              0           0
  CESO  Extra              0           0
  CKMQ  Extra              0           0
  CKQQ  Intra              0           0           0                                 0        0        1                    CBAKER
  CMIG  Indirect           0           0           0    CSSL
  CPLI  Extra              0           0
  CRDI  Indirect           2           0           0    CSSL
  CRPO  Extra              0           0
  CSCC  Indirect           0           0           0    CSSL
  CSCS  Indirect           0           0           0    CSSL
  CSDH  Indirect           0           0           0    CSSL
  CSDL  Indirect           6           0           0    CSSL
  CSFL  Indirect           0           0           0    CSSL
  CSJE  Indirect           0           0           0    CSSL
  CSJO  Indirect           0           0           0    CSSL
  CSKL  Indirect           0           0           0    CSSL
  CSML  Indirect           0           0           0    CSSL
  CSMT  Indirect           0           0           0    CSSL
  CSNE  Indirect           0           0           0    CSSL
  CSOO  Indirect           0           0           0    CSSL
  CSPL  Indirect           0           0           0    CSSL
  CSQL  Indirect           0           0           0    CSSL
  CSRL  Indirect           0           0           0    CSSL
  CSSH  Indirect           0           0           0    CSSL
  CSSL  Extra             10           0
  CSTL  Indirect           0           0           0    CSSL
  CSZL  Indirect           0           0           0    CSSL
  CSZX  Intra              0           0           0                                 0        0        1              CZUX  CBAKER
  CWBO  Indirect           0           0           0    CSSL
  CXRF  Extra              0           0
  LOGA  Extra              0           0
  L86O  Intra              0           0           0                                 0        0       30  TERM  L86O  AORQ
  L86P  Intra              0           0           0                                 0        0        1  TERM  L86P  TDWT
  REX1  Extra              0           0
  REX2  Extra              0           0
  REX3  Extra              0           0
  REX4  Extra              0           0
  REX5  Extra              0           0
  REX6  Extra              0           0
  TCPM  Extra              0           0
  __________________________________________________________________________________________________________________________________
                          20           0           0
Table 209. The Fields in the Transient Data Queue Report
Field Heading Description
Dest Id The destination identifier (transient data queue name).

Source field: EXEC CICS INQUIRE TDQUEUE()

Queue Type The queue type, extrapartition, intrapartition, indirect or remote.

Source field: EXEC CICS INQUIRE TDQUEUE() TYPE(cvda)

Tdqueue Writes The number of requests to write to the transient data queue.

Source field: TQRWRITE

Tdqueue Reads The number of requests to read from the transient data queue.

Source field: TQRREAD

Tdqueue Deletes The number of requests to delete from the transient data queue.

Source field: TQRDELET

Indirect Name The name of the indirect queue.

Source field: TQRIQID

Remote System The remote connection name (sysid) of the system for this queue.

Source field: TQRRSYS

Remote Name The remote queue name for this queue.

Source field: TQRRQID

Current Items The current number of items in this intrapartition queue.

Source field: TQRCNITM

No.of triggers The number of times a trigger transaction has been attached.

Source field: TQRTRIGN

Trigger Level The number of items that must be in this queue before automatic transaction initiation (ATI) occurs.

Source field: TQRTRIGL

ATI Fcty Indicates whether this queue has a terminal or session associated with it.

Source field: EXEC CICS INQUIRE TDQUEUE() ATIFACILITY(cvda)

ATI Term The name of the terminal or session associated with this queue.

Source field: EXEC CICS INQUIRE TDQUEUE() ATITERMID()

ATI Tran The name of the transaction to be attached when the trigger level for this queue is reached.

Source field: TQRATRAN

ATI Userid The user identifier associated with this queue.

Source field: EXEC CICS INQUIRE TDQUEUE() ATIUSERID()

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 ]]