Debugging a COBOL program in full-screen mode
Note: This chapter is not applicable to IBM® Developer z/OS® (non-Enterprise Edition) or IBM Z and Cloud Modernization Stack (Wazi Code).
The descriptions of basic debugging tasks for COBOL refer to the following COBOL program.
Example: sample COBOL program for debugging
Refer to the following topics for more information related to the material discussed in this topic.
- Related tasks
- Debugging COBOL programs
- Halting when certain routines are called in COBOL
- Modifying the value of a COBOL variable
- Halting on a COBOL line only if a condition is true
- Debugging COBOL when only a few parts are compiled with TEST
- Capturing COBOL I/O to the system console
- Displaying raw storage in COBOL
- Getting a COBOL routine traceback
- Tracing the run-time path for COBOL code compiled with TEST
- Generating a COBOL run-time paragraph trace
- Finding unexpected storage overwrite errors in COBOL
- Halting before calling an invalid program in COBOL