$UCS2BEw. Informat
Reads a character string that is in the encoding
of the current SAS session and then converts the character string
to big-endian, 16-bit, UCS2, Unicode encoding.
Syntax
Syntax Description
- w
-
specifies the width
of the input field. Specify enough width to accommodate the 16-bit
size of the Unicode characters.
Comparisons
The $UCS2BE
w. informat performs processing that is opposite
of the $UCS2B
w. informat.
Example
This example uses the
Japanese Shift_JIS encoding, which is supported under the UNIX operating
environment.
|
|
|
|
ucs2str=input
(' ', $ucs2be2.);
|
|