Dump domain: Resource statistics - system dump
You can retrieve system dump resource statistics by using the EXEC CICS EXTRACT STATISTICS SYSDUMPCODE system command. They are mapped by the DFHSDRDS DSECT.
These statistics fields contain the data collected by the dump domain for system dumps, by dump code
| DFHSTUP name | Field name | Description |
|---|---|---|
| Dumpcode | SDRCODE | is the system dump code. This code is a CICS® message
number with the DFH prefix and the action code suffix (if any) removed. For
guidance information about CICS messages, see CICS
Messages and Codes. Reset characteristic: not reset
|
| Dumps | SDRSTKN | is the number of system dumps taken for the dump code
identified in the Dumpcode (SDRCODE) 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
|
| Dumps suppressed | SDRSSUPR | is the number of system dumps, for the dump code identified
in the Dumpcode (SDRCODE) field, which were suppressed by one of:
Reset characteristic: reset to zero
|
| NOT IN THE DFHSTUP REPORT | SDRTTKN & SDRTSUPR | These fields are always zero. They exist here only for
compatibility with the transaction dump statistics record format. A transaction
dump can force a system dump to be taken as well (it is an option in the transaction
dump table), but a system dump cannot force a transaction dump to be taken.
Reset characteristic: not applicable
|