Customizing for JCL for Batch Debugging utility

The JCL for Batch Debugging utility helps your users prepare JCL and start a debug session. You can supply your users with a number of default values.

To set the defaults, do the following steps:

  1. Edit the EQAZDFLT1 member of the hlq.SEQATLIB data set.
  2. Modify the parameter values to match what you use at your site.
  3. Add parameters required by your site. You can add parameters by doing one of the following alternatives:
    • Use the INCLUDE 'any.data.set.name'; statement to include statements from a data set that you created.
    • Use the INCLUDE membername; statement to include parameters from other members in the data set hlq.SEQATLIB.

See the EQAZDSYS member of the hlq.SEQATLIB data set for the complete list of parameters and the syntax convention for these parameters.

If your users use terminals that cannot display mixed-case English text, enter all parameters in uppercase English.

1 USERMOD EQAUMOD5 is provided for updating EQAZDFLT. See SMP/E USERMODs in the IBM® z/OS® Debugger Customization Guide for an SMP/E USERMOD for this customization.