Changing the default and allowable values in EQACUIDF
The default and allowable values for
NATLANG, LOCALE,
and LINECOUNT are as follows: NATLANG. The national language, which can be one of the following:- Mixed-case English (ENU)
- Uppercase English (UEN)
- Japanese (JPN)
- Korean (KOR)
LOCALE. The format of date, time, and numeric values. You can also create date, time, and numeric formats. The default values are as follows:- Date format: MM/DD/YYYY
- Time format: HH:MM:SS
- Numeric format: 1,234,567.89
LINECOUNT. The number of lines (including headings) that print on a page. The default is 66 lines.
If the default values for these parameters are the values that you want to use, you can skip this section.
To change the default values:
- Copy the EQACUIDF1 member in the
hlq.SEQASAMPdata set into another data set. - Follow the instructions that are in the comment sections of the code to modify the copy that you made.
- Assemble the modified copy by using the IBM® High Level Assembler and specifying
hlq.SEQASAMPas a SYSLIB. - Link edit the resulting object into the
private.SEQABMODdata set. - Copy the output load module to
hlq.SEQABMOD.
Sample JCL is provided in the EQACUIID member of the hlq.SEQASAMP data
set to perform steps 3 and 4.
The SEQABMOD from this version of z/OS Debugger is compatible with earlier versions of z/OS Debugger. If you have multiple versions of z/OS Debugger installed on your system, you need only the SEQABMOD from this version installed in your system link list concatenation.
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.