Starting z/OS Debugger in batch mode

Choose one of the following options to start z/OS® Debugger in batch mode:

  • Follow the instructions outlined in this section. This includes modifying your JCL to include the appropriate z/OS Debugger data sets and TEST runtime options.
  • Use the z/OS Debugger Setup Utility (DTSU). DTSU can generate JCL that includes the appropriate z/OS Debugger data sets and TEST runtime options, and can submit your batch job. For instructions on how to use DTSU, refer to Starting z/OS Debugger from the IBM z/OS Debugger Utilities.

To start z/OS Debugger in batch mode without using DTSU, do the following steps:

  1. Ensure that you have compiled your program with the TEST compiler option.
  2. Modify the JCL that runs your batch program to include the appropriate z/OS Debugger data sets and to specify the TEST run-time option.
  3. Run the modified JCL.

You can interactively debug an MVS batch job by choosing one of the following options:

Refer to the following topics for more information related to the material discussed in this topic.