Customizing z/OS Debugger Setup Utility
z/OS® Debugger Setup
Utility provides a command called COPY, which copies
a JCL stream into a setup file. The EQAZPROC member
of the hlq.SEQATLIB data
set includes a list of JCL procedure libraries that z/OS Debugger Setup
Utility uses as a source for the COPY command. You
can add your own procedure libraries to the list by editing EQAZPROC and
adding the procedure library names, one name per line and without
trailing commas, beginning on column 1. The order in which you list
procedure libraries in EQAZPROC must match the order
in which you list procedure libraries in the PROCLIB concatenation.
For example, to add the LOCAL.PROCLIB procedure
library name, do the following steps:
- Edit the
EQAZPROC1 member of thehlq.SEQATLIBdata set. - Add the
LOCAL.PROCLIBprocedure library name. The result looks like the following:LOCAL.PROCLIB SYS1.PROCLIB - Save and close the file.
1 USERMOD EQAUMOD8 is provided for updating EQAZPROC. See
SMP/E USERMODsin the IBM® z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.