Dump domain: Resource statistics - transaction dump

You can retrieve transaction dump resource statistics by using the EXEC CICS EXTRACT STATISTICS TRANDUMPCODE system command. They are mapped by the DFHTDRDS DSECT.

These statistics fields contain the data collected by the dump domain for transaction dumps, by dump code
Table 1. Dump domain: Resource statistics - transaction dump
DFHSTUP name Field name Description
Dumpcode TDRCODE is the transaction dump code.

Reset characteristic: not reset

Dumps TDRTTKN is the number of transaction dumps taken for the dump code identified in the Dumpcode (TDRCODE) field.

Reset characteristic: reset to zero

Dumps suppressed TDRTSUPR is the number of transaction dumps suppressed for the dump code identified in the Dumpcode (TDRCODE) field.

Reset characteristic: reset to zero

System dumps TDRSTKN is the number of system dumps forced by the transaction dump identified in the Dumpcode (TDRCODE) field. A set of related dumps may be taken across the sysplex if the dump code includes the RELATED option. In this case, the count is incremented by one for the CICS® system which initiated the dump. The number is unchanged for all other CICS systems even if they have issued a dump as part of the related request.

Reset characteristic: reset to zero

System dumps suppressed TDRSSUPR is the number of system dumps, forced by the transaction dump identified in the Dumpcode (TDRCODE) field, which were suppressed by one of:
  • A user exit
  • The transaction dump table
  • A global system dump suppression.

Reset characteristic: reset to zero