Exiting debugging session
Q:
How can I exit my debug session after I've finished testing?
A:
You can exit is one of the following ways:
- Enter a 'C' (continue) on the last statement in his program (i.e. RETURN or GOBACK) .This is basically a GO TO statement.
- Press PF12. This will continue normal execution until the end of job or stops if a problem is encountered. You may want to enter HALT=OFF for the Command and ALL for the offset to remove all halts before pressing PF12.
- Enter CANCEL to immediately cancel execution (abnormally).