Turns debug function on or off.
DEBUG [ON|OFF]
When the DEBUG function is turned on, your jCL program will be suspended before each command (line) is executed. You will see the program name and the next command to be executed, and you will be prompted to enter one of the following commands:
Command | Description |
---|---|
<Enter> | execute current line |
? | display list of available commands |
e | toggle last error display |
f | toggle file buffer display |
h | display list of available commands |
i | toggle input buffer display |
n | toggle next line display between one and two lines |
o | toggle output buffer display |
q | quit (terminate) program |
x | exit DEBUG function |
After each input, the program name and the next line to be executed will be redisplayed, together with any additional information requested (for example, the content of the input buffers).
JCL