Additional notes about starting z/OS Debugger with CEETEST
- C and C++
- Include
leawi.h
header file. - COBOL
- Include
CEEIGZCT
.CEEIGZCT
is in the Language Environment® SCEESAMP data set. - PL/I
- Include
CEEIBMAW
andCEEIBMCT
.CEEIBMAW
is in the Language Environment SCEESAMP data set. - Batch and CICS® nonterminal processes
- We strongly
recommend that you use feedback codes (
fc
) when usingCEETEST
to initiate z/OS® Debugger from a batch process or a CICS nonterminal task; otherwise, results are unpredictable. - QUIT DEBUG
- After you use
QUIT DEBUG
to stop your debug session, you can restart z/OS Debugger withCEETEST
. To start z/OS Debugger when aCEETEST
call is encountered, set the EQAOPTSCEEREACTAFTERQDBG
command to YES.
- Example: using CEETEST to start z/OS Debugger from C/C++
- Example: using CEETEST to start z/OS Debugger from COBOL
- Example: using CEETEST to start z/OS Debugger from PL/I
- Related tasks
- Entering multiline commands in full-screen
- Related references
- z/OS Language Environment Programming Guide
- IBM® z/OS Debugger Reference and Messages