Available Operating Systems: All Available Languages: Maintain | How to: | Example: |
NLSCHR converts a character from the native English code page to the running code page. This is useful when hosting Web applications on an EBCDIC host with non-English code pages.
NLSCHR("character")
where:
character
Is the character being converted from the native English code page.
NLSCHR forces the dollar sign to display whenever the variable ADOLLAR is used regardless of the code page being run.
MAINTAIN
ADOLLAR/A1=NLSCHR("$");
.
.
.
END