QQUIT command
The QQUIT
command ends a z/OS® Debugger session
without further prompting.
Usage notes
- In full-screen mode, the QQUIT command does not display a prompt panel to verify that you want to quit the debug session.
- If you enter the
QQUIT
command while you are debugging a non-Language Environment® assembler or LangX COBOL program running under CICS®, z/OS Debugger behaves the same as if you had entered theQUIT ABEND
command and a U4038 abend occurs. - In remote debug mode,
if any form of the
QQUIT
command is found in a preferences or commands file, the remote debugger displays the messageConnection with debug engine was lost.
Example
End a z/OS Debugger session.
QQUIT;
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- QUIT command