Dump domain: Transaction dump resource statistics
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.
| DFHSTUP name | Field name | Description |
|---|---|---|
| Dumpcode | TDRCODE | The transaction dump code. Reset characteristic: not reset |
| Dumps | TDRTTKN | The number of transaction dumps taken for the dump code identified in the
Dumpcode (TDRCODE) field. Reset characteristic: reset to zero |
| Dumps suppressed | TDRTSUPR | The number of transaction dumps suppressed for the dump code identified in the
Dumpcode (TDRCODE) field. Reset characteristic: reset to zero |
| System dumps | TDRSTKN | 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 | The number of system dumps, forced by the transaction dump identified in the
Dumpcode (TDRCODE) field, which were suppressed by one of the following:
Reset characteristic: reset to zero |