DUMP
DUMP is a Data Collector command that you can issue only from the command text area of the Data Collector Command Interface panel (DOMECMDA) or the system operator console.
DUMP enables or disables the diagnostic dump that occurs at abend retry or it takes a diagnostic dump of a specified job.
The command output goes to the system DUMP data set. To verify that system DUMP data sets are available, issue the following z/OS command from the z/OS Command Interface panel or the system operator console:
Parameter | Description |
---|---|
DCssid | Subsystem ID of the Data Collector for which dumps are being enabled or disabled. Use this parameter only when you issue the command from the console. When you issue the command from the Command Interface panel, it applies automatically to the currently selected Data Collector. |
none | If no parameter is specified, the current dump status (ON or OFF) is displayed. |
ON | (Optional) Enables error recovery dumps |
OFF | (Optional) Disables dumps |
jobName | (Optional) Name of the job to dump |
DC | (Optional) Dumps the Data Collector associated with the specified job. The product sends dump-oriented messages to the Data Collector's syslog. |
You can find information about issuing commands from the Data Collector Command Interface panel in online Help (type HELP DOMECMDA).
Related topic