The following topics are covered below:
The Natural profile parameter specifies how fields are to be printed or displayed.
Possible settings |
or combinations
|
|
||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default setting | PR |
|||||||||
Dynamic specification | yes | |||||||||
Specification within session | yes | System command
GLOBALS or terminal command
%V .
|
||||||||
Application Programming Interface | USR1005N |
See SYSEXT - Natural Application Programming Interfaces in the Utilities documentation. |
PM=I
affects any system controlled output screen items,
that is, system variables and PF key lines. Moreover, all non-alphanumeric
fields, for example, numeric and date are affected. In addition, for Natural
Web I/O Interface terminals the field sequence is changed from left to right
into right to left. The field inversion routine is supplied as assembler module
NATPM
in the Natural source library and can be modified in case of
need.
For detailed information on how to use the setting PM=I
,
see Bidirectional Language Support in
the Unicode and Code Page Support documentation.
This session parameter is used to indicate how fields are to be displayed.
Possible settings | PM=C |
An alternative character set is used (see the module
|
|
---|---|---|---|
PM=D |
Defines DBCS-only fields that do not contain shift-out/shift-in characters (see Double-Byte Character Sets in the Operations documentation). |
||
PM=I |
Field values are displayed in inverse direction; that is, from right to left (for example, for use in Middle East countries). | ||
PM=N |
No hardcopy of the display can be made. | ||
Default setting | none | The standard character set is used. | |
Applicable Statements |
|
Note:
More than one value may be specified.
LIMIT 1 READ EMPLOYEES DISPLAY NOTITLE NAME DISPLAY NOTITLE NAME (PM=I) DISPLAY NOTITLE NAME END
Result:
NAME -------------------- MORENO ONEROM MORENO