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 EQASTART1 to use a fully qualified data set name or member name other than EQAZDFLT 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 USERMODs in the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.