Specifies whether the run-time system uses ANSI or OEM character sets when inputting keystrokes from a console or Application
Output window.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set ansi_input_mode=----.-TRUE-.---------><
+-FALSE+
Parameters:
TRUE
|
Use the ANSI character set to input keystrokes
|
FALSE
|
Use the OEM character set to input keystrokes
|
Properties:
Default:
|
FALSE
|
IDE equivalent:
|
|
Comments:
Using ANSI enables characters such as the Euro symbol, which does not exist in the OEM character set, to be input and displayed.