gtpo1m4j | Operations |
Use this command to display the system error options that are set for system error dumps (SERRC) or the SNAP options that are set for SNAP dumps (SNAPC). These options determine what course of action to follow if an error occurs.
Requirements and Restrictions
None.
Format
|
Additional Information
The status variable indicates the possible status for the
option; for example, ON or OFF.
Table 4. System Error Options for SERRC Dumps
Text in ZDSER Display | Possible status | Corresponding ZASER Command |
---|---|---|
DATA TO DUMP DEVICE - status | OFF | ZASER DUMPOFF |
ON | ZASER DUMPON | |
DUMP HEAP FOR THREAD DUMPS - status | OFF | ZASER THEAPOFF |
ON | ZASER THEAPON | |
MSG TO CONSOLE - status | OFF | ZASER CONSOFF |
DMP ONLY | ZASER CONSDMP | |
ON | ZASER CONSON | |
MSG TO TAPE - status | OFF | ZASER NOLOG |
ON | ZASER LOG | |
status OPR DUMP | SHORT | ZASER SHORT |
MED | ZASER MEDIUM | |
LONG | ZASER LONG | |
status DUPLICATE ECB ERRORS | SUPPRESS | ZASER NODUPL |
ALLOW | ZASER DUPL | |
LOG SYSTEM DUMPS TO status | TAPE | ZASER TAPE |
PRT | ZASER PRT | |
LOG ECB ASSOCIATED DUMPS TO status | TAPE | ZASER TAPE |
PRT | ZASER PRT ECB CNTRLD | |
DUMP TAPE - status |
RTA RTL | |
DATA TO DUMP DATA USER EXIT - status | OFF | ZASER NODATAX |
ON | ZASER DATAX |
Table 5. SNAP Options for SNAPC Dumps
Text in ZDSER Display | Possible status | Corresponding ZASER Command |
---|---|---|
SNAP DATA TO DUMP DEVICE - status | OFF | ZASER SNAP DUMPOFF |
MSG | ZASER SNAP DUMPMSG | |
ON | ZASER SNAP DUMPON | |
SNAP DATA TO CONSOLE - status | OFF | ZASER SNAP CONSOFF |
MSG | ZASER SNAP CONSMSG | |
ALL | ZASER SNAP CONSALL | |
status DUPLICATE SNAP ERRORS | SUPPRESS | ZASER SNAP NODUPL |
ALLOW | ZASER SNAP DUPL | |
LOG SNAP DUMPS TO status | TAPE | ZASER SNAP TAPE |
PRT | ZASER SNAP PRT | |
DUMP TAPE - status |
RTA RTL |
|
DATA TO DUMP DATA USER EXIT - status |
OFF ON |
Examples
The following example displays the system error dump options.
+--------------------------------------------------------------------------------+ |User: ZDSER | | | |System: DSER0001I 14.10.39 | | DATA TO DUMP DEVICE - ON | | MSG TO CONSOLE - ON | | MSG TO TAPE - OFF | | MED. OPR DUMP | | SUPPRESS DUPLICATE ECB ERRORS | | LOG SYSTEM DUMPS TO TAPE | | LOG ECB ASSOCIATED DUMPS TO TAPE | | DUMP TAPE - RTA | | DATA TO DUMP DATA USER EXIT - OFF | | DUMP HEAP FOR THREAD DUMPS - OFF | +--------------------------------------------------------------------------------+
The following example displays the SNAPC dump options.
+--------------------------------------------------------------------------------+ |User: ZDSER SNAP | | | |System: DSER0002I 14.17.47 | | SNAP DATA TO DUMP DEVICE - ON | | SNAP DATA TO CONSOLE - ALL | | SUPPRESS DUPLICATE SNAP ERRORS | | LOG SNAP DUMPS TO TAPE | | DUMP TAPE - RTA | | DATA TO DUMP DATA USER EXIT - OFF | +--------------------------------------------------------------------------------+
Related Information
See TPF General Macros for more information about system error dumps (SERRC) and SNAP dumps (SNAPC).