Customizing Non-CICS Debug Session Start and Stop Message Viewer
The Non-CICS Debug Session Start and Stop Messages Viewer utility
allows users to browse debug session start and stop messages. It helps
you track debug sessions. You can set the value of parameters for
the users by taking the following steps:
- Review the parameters that are described in Table 1. Verify that you have
all the information to specify the value for the parameters. See the
EQAZDSYSmember of the hlq.SEQATLIBdata set for the parameter and the syntax convention. - Edit the
EQAZDSYS1 member of the hlq.SEQATLIBdata set. Modify the parameters that are 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 hlq.SEQATLIBdata set.
- Use the
See STARTSTOPMSGDSN for information on how to specify this data set name for debugger sessions.
| Name of parameter | Description |
|---|---|
| SSMSGDSN | The data set name for the debug session start and stop messages. No default is provided. The data set is an MVS sequential data set with FB LRECL 80. It must be pre-allocated and accessible to the users using the utility. |
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.