Transient data: resource statistics
You can retrieve transient data resource statistics by using the EXEC CICS EXTRACT STATISTICS TDQUEUE system command. They are mapped by the DFHTQRDS DSECT.
Transient data resource statistics are collected for each queue. You can use the
information from the statistics for each queue to calculate the average number of
transient data accesses per transaction. The items in this listing reflect the
information you placed in the definition for the transient data queue.
The TQRQTYPE
field is not displayed in the DFHSTUP report. It signifies the queue type, which can
be one of the following fields:
- TQRQTEXT (X'01') for extrapartition queues
- TQRQTINT (X'02') for intrapartition queues
- TQRQTIND (X'03') for indirect queues
- TQRQTREM (X'04') for remote queues.
TQRQTYPE is reset to zero.