This lesson describes how to debug the application using
the JCL generated during the previous module.
The JCL that is generated from the
Generate JCL
> For Compile Link Go action creates a batch job to run
the application. Because you selected the
Run in batch
with debugger radio button, the JCL is generated with
an additional inline Assembler CSECT, which is linked into the application.
This CSECT, called CEEUOPT, contains Language Environment® (LE) runtime
options. These runtime options cause the program to be run in the
debugger at each invocation.
To debug the application using the
generated JCL, do these steps: