Customizing for Other IBM Application Delivery Foundation for z/OS tools
Other IBM® Application Delivery Foundation for z/OS® tools allows your users to access other Application Delivery Foundation for z/OS tools. You can supply your users with parameter values needed for accessing the tools.
To give users access to the proper tools:
- Edit the
EQAZDFLT
1 member of thehlq.SEQATLIB
data set. - Modify the data set names 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
.
EQAZDSYS
andEQAZDUSR
members of thehlq.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.
- Use the
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.