Version 6.3.8 for OpenVMS
 —  Parameter Reference  —

ICU - Unicode Insertion Character

The session parameter ICU is identical to the session parameter IC. The difference is that the insertion characters are always stored in Unicode format. This allows you to specify insertion characters with mixed characters from different code pages, and assures that always the correct character is displayed independent of the installed system code page.

With this session parameter, you specify the character string to be inserted in the column immediately preceding the value of a field output with a DISPLAY statement. The width of the output column is enlarged accordingly.

For numeric values, the insertion characters will be placed before the first significant digit printed.

The parameters ICU and LCU are mutually exclusive.

Possible settings any character Character string to be inserted. You can specify a string of one to ten characters.

Insertion characters may optionally be specified within apostrophes, in which case any characters can be specified. Any character string specified which contains a closing parenthesis or a quotation mark must be enclosed within apostrophes. A blank in a character string not enclosed within apostrophes is represented by a circumflex (^).

Default setting none
Specification within session yes Applicable Statements:

DISPLAY
FORMAT

Applicable Command: none

See also:

Top of page