Rational Developer for System z


Run the DB2® application with generated JCL

This lesson describes how to run the application using the JCL generated during the previous module.
To run the program that you just debugged, change the runtime options on the COBOL program to run the program in batch mode.
  1. Switch back to the z/OS Projects or Enterprise Development perspective.
  2. In the z/OS Projects or Enterprise Projects view, edit the property group associated with RDZDB2.cbl.
  3. On the Runtime Options page, edit the RUN step and select the Run in batch radio button.
  4. Close and save the property group.
  5. Generate the JCL for Compile Link and Go.
  6. Submit the JCL. You should see the output from the DISPLAY statements in your JES output.

Feedback