Defines the way PIC U data items are displayed.
Syntax:
>>-.---.-.----.--DISPLAY-PICU"format"---------------><
+-/-+
Parameters:
- format
- Can be one of:
- ANSI - PIC U items are converted to ANSI (code page 1252) before they are displayed to the console.
- UTF8 - PIC U items are displayed directly to the console; see
Comments.
Properties:
Default:
|
DISPLAY-PICU"ANSI"
|
Phase:
|
Syntax check
|
$SET:
|
Any
|
Comments:
For a Windows UTF-8 code page, or a UTF-8 LANG setting on UNIX, you should set this directive to DISPLAY-PICU"UTF8".