Customizing JCL for Batch Debugging for multiple systems
You can customize JCL for Batch Debugging utility for multiple systems by doing one of the following alternatives:
- Modify
EQASTART
1 to use a fully qualified data set name or member name other thanEQAZDFLT
to start IBM® z/OS® Debugger Utilities. - Instruct your users to enter one of the following commands, depending
on the customization they want to use:
EXEC 'hlq.SEQAEXEC(EQASTART)' 'PUMEMBER(''data.set.name'')'
EXEC 'hlq.SEQAEXEC(EQASTART)' 'PUMEMBER(membername)'
1 USERMOD EQAUMOD2 is provided for updating EQASTART. See
SMP/E USERMODsin the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.