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:
- Edit the
EQAZDFLT
1 member of thehlq.SEQATLIB
data set. - Modify the parameter values to match what you use at your site.
- 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 sethlq.SEQATLIB
.
- Use the
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 USERMODsin the IBM® z/OS® Debugger Customization Guide for an SMP/E USERMOD for this customization.