DLAYDBGTRC
You can specify this command only in the EQAOPTS load module. The only exception to this rule is a transaction executing in a private message region under the IMS Transaction Isolation Facility, which accepts this command in EQAOPTS DD as well.
You can specify this command to indicate that you want z/OS® Debugger to generate trace during the pattern match process in the delay debug mode. z/OS Debugger uses the WTO (write to operator) command to output the trace.
This command can be used only in the non-CICS environments.
The following diagram describes the syntax of the DLAYDBGTRC command:
- trace_level
- Specifies a trace level that determines the level of traces that z/OS Debugger generates. Valid levels are:
- 0 - no trace message; this is the default value.
- 1 - error and warning messages
- 2 - error, warning, and diagnostic messages
- 3 - error, warning, diagnostic, and internal diagnostic messages
Usage notes
- This command does not support 64-bit programs.
Example
EQAXOPT DLAYDBGTRC,2
