Debugging CICS programs

Test CICS® programs by first fixing logic errors in the EGL debugger, then generating the programs for your CICS test region.
The EGL debugger runs only on Windows and Linux. There are steps you must take in debugging because you cannot directly access CICS resources from the debugger:
When you have fixed any logic errors in your program, generate your program again, this time for your CICS test region. In the CICS test region, you can verify interactions that must be set up specifically for CICS, including I/O with the following files and devices:

Feedback