Choosing a method to start IBM z/OS Debugger Utilities
Your users can start IBM® z/OS® Debugger Utilities by doing one of the following methods:
Method 1: Enter the
EXEC 'hlq.SEQAEXEC(EQASTART)'
command.
This is the default method.Method 2: Enter the
EQASTART
command.
To use this method, you must do the following steps, which are described
in this section: - Include
or copy the IBM
z/OS Debugger Utilities
and Common Components data sets to your system's TSO logon data sets.
To add the data sets, do one of the following alternatives:
- Include the data sets listed in Table 1, Table 2, or Table 3 into the DD concatenations specified in the tables.
- Copy2 the members of the data sets listed in Table 1, Table 2, or Table 3 to a data set allocated to the DD concatenation specified in the table.
For either alternative, the data sets you include into the DD concatenations must match the national language you chose in Changing the default and allowable values in EQACUIDF.
- Edit the
EQASTART
1 member of thehlq.SEQAEXEC
data set and set the Inst_NATLANG_commonlib variable toENU
,UEN
,JPN
, orKOR
depending on the national language you chose in Changing the default and allowable values in EQACUIDF. - Inform your users how to specify a language other than the one
selected in step 2. If your users need
to start z/OS Debugger in
a language other than the default, they need to add the
NATLANG(xxx)
parameter to theEQASTART
command.
DD concatenation | Data set names |
---|---|
SYSEXEC or SYSPROC |
hlq.SEQAEXEC |
ISPMLIB |
hlq.SEQAMENU and hlq.SIPVMENU |
ISPLLIB |
hlq.SEQAMOD and hlq.SIPVMODA |
ISPPLIB |
hlq.SEQAPENU and hlq.SIPVPENU |
ISPSLIB |
hlq.SEQASENU |
ISPTLIB |
hlq.SEQATLIB and hlq.SIPVTENU |
DD concatenation | Data set names |
---|---|
SYSEXEC or SYSPROC |
hlq.SEQAEXEC |
ISPMLIB |
hlq.SEQAMENP and hlq.SIPVMENU |
ISPLLIB |
hlq.SEQAMOD and hlq.SIPVMODA |
ISPPLIB |
hlq.SEQAPENP and hlq.SIPVPENU |
ISPSLIB |
hlq.SEQASENP |
ISPTLIB |
hlq.SEQATLIB and hlq.SIPVTENU |
Note: ADFz Common Components does
not have an upper English set of ISPF data sets.
DD concatenation | Data set names |
---|---|
SYSEXEC or SYSPROC |
hlq.SEQAEXEC |
ISPMLIB |
hlq.SEQAMJPN and hlq.SIPVMJPN |
ISPLLIB |
hlq.SEQAMOD and hlq.SIPVMODA |
ISPPLIB |
hlq.SEQAPJPN and hlq.SIPVPJPN |
ISPSLIB |
hlq.SEQASJPN |
ISPTLIB |
hlq.SEQATLIB and hlq.SIPVTJPN |
DD concatenation | Data set names |
---|---|
SYSEXEC or SYSPROC |
hlq.SEQAEXEC |
ISPMLIB |
hlq.SEQAMKOR and hlq.SIPVMKOR |
ISPLLIB |
hlq.SEQAMOD and hlq.SIPVMODA |
ISPPLIB |
hlq.SEQAPKOR and hlq.SIPVPKOR |
ISPSLIB |
hlq.SEQASKOR |
ISPTLIB |
hlq.SEQATLIB and hlq.SIPVTKOR |
1 USERMOD EQAUMOD2 is provided for
updating EQASTART. See
SMP/E USERMODsin the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.