Enabling additional languages for some z/OS® Debugger components through EQACUIDF
If you use these components, and have installed either of the additional
language features (Japanese or Korean), you must do the following
steps to enable the user to specify the additional language feature
with the NATLANG
parameter.
To change the language to Japanese or Korean:
- Create a private SEQASAMP data set like hlq.SEQASAMP.
- Create a private SEQABMOD data set like hlq.SEQABMOD.
- Copy members EQACUIDF1, EQACUIDM2, and EQACUIID from hlq.SEQASAMP to your private SEQASAMP. Any edits that are described in this section are to be done in the private SEQASAMP copies of these members.
- Edit the EQACUIDM member and add each additional installed language
feature to the line starting with
&ValLang(1)
, usingJPN
for Japanese, andKOR
for Korean. For example, adding Japanese would be done as follows:&ValLang(1) SetC 'ENU','UEN','JPN' Set valid languages
- Edit the EQACUIDF member and add each additional installed language
feature after the following line:
For example:UEN Language UEN
UEN Language UEN JPN Language JPN
- If you want to change the default value for NATLANG, edit the
EQACUIDF member and change the
DfltLang
value. For example, making JPN the default for NATLANG would be as follows:EQACUIDF InstDflt DfltLang=JPN, +
- Assemble and link a new copy of EQACUIDF into the private SEQABMOD by editing and submitting the JCL that is supplied in member EQACUIID.
- Copy the EQACUIDF member from the private SEQABMOD into hlq.SEQABMOD.
For more information, see Changing the default and allowable values in EQACUIDF.
1 USERMOD EQAUMOD9 is provided for updating EQACUIDF. See
SMP/E USERMODsin the IBM® z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.
2 USERMOD EQAUMODA is provided for
updating EQACUIDM. See
SMP/E USERMODsin the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.