About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
LANRES Support for the Euro
The following code pages need to be modified to support euro:
Table Name | Client ASCII Table Number | VM/ESA EBCDIC Table Number | Country |
---|---|---|---|
EWXENG2 | 850 | 037 | USA / Canada/ Netherlands /Portugal /Brazil / Australia / New Zealand/Others |
EWXGER2 | 850 | 273 | Austria/Germany |
EWXITL2 | 850 | 280 | Italy |
EWXSPN2 | 850 | 284 | Spain/Latin America |
EWXUK2 | 850 | 285 | United Kingdom |
EWXFRC2 | 850 | 297 | France |
You can apply this PTF or manually change the tables using the following procedure:
- Edit the Sample file that you want to change.
- Find "SASCEBC DS" in the code.
- At offset 'CF'X, change the '9F'X to a '0A'X.
- At offset 'D5'X, change the '0A'X to a '9F'X.
- Find "SEBCASC DS" in the code.
- At offset '0A'X, change the 'D5'X to a 'CF'X.
- At offset '9F'X, change the 'CF'X to a 'D5'X.
After the sample ASSEMBLE file is modified you can create a new MODULE by doing the following:
- Using the changed assemble file (i.e. EWXGER2)
-hasm ewxger2 (rld esd
-load ewxger2 (reset xlatvtbl rldsave
-genmod ewxger2 (from ewxger1 rmode any amode 31
See LANRES Installation Guide for any additional details needed for selecting or installing a translate table.