Customizing z/OS Debugger User Exit Data Set
The z/OS® Debugger User Exit Data
Set utility
creates a user exit data set that is used by the z/OS Debugger Language Environment® user
exit to start a debug session. You can set the default value of the
data set naming pattern for the users by taking the following steps:
- Review the parameter described in Table 1.
Verify that you have all the information to specify the value for
the parameter. See the
EQAZDSYS
member of thehlq.SEQATLIB
data set for the parameter and the syntax convention. - Edit the
EQAZDSYS
1 member of thehlq.SEQATLIB
data set. Modify the parameter 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 thehlq.SEQATLIB
data set.
- Use the
See Specifying the TEST runtime options through the Language Environment user exit for how the user exit data set is used.
Name of parameter | Description |
---|---|
uepnmp | The naming pattern of the user exit data set. The utility builds a data set name by using the naming pattern that is used when the option is selected for the first time. The data set name and modification (if user modifies it) are consistent across the IBM® z/OS Debugger Utilities sessions. The following list describes the
rules of using the token:
|
1 USERMOD EQAUMOD6 is provided for updating EQAZDSYS. See
SMP/E USERMODsin the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.