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:

  1. Create a private SEQASAMP data set like hlq.SEQASAMP.
  2. Create a private SEQABMOD data set like hlq.SEQABMOD.
  3. 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.
  4. Edit the EQACUIDM member and add each additional installed language feature to the line starting with &ValLang(1), using JPN for Japanese, and KOR for Korean. For example, adding Japanese would be done as follows:
    &ValLang(1) SetC 'ENU','UEN','JPN' Set valid languages
  5. Edit the EQACUIDF member and add each additional installed language feature after the following line:
    UEN Language UEN
    For example:
    UEN Language UEN
    JPN Language JPN
  6. 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,                                        + 
  7. Assemble and link a new copy of EQACUIDF into the private SEQABMOD by editing and submitting the JCL that is supplied in member EQACUIID.
  8. 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 USERMODs in 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 USERMODs in the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.