| Formats for NLS |
| Category: | Character |
| Alignment: | left |
| Syntax | |
| Syntax Description | |
| Details | |
| Comparison | |
| Example | |
| See Also |
Syntax |
| $UCS4LEw. |
specifies the width of the output field. Specify enough width to accommodate the 32-bit size of the Unicode characters.
| Default: | 8 |
| Range: | 1-32000 |
| Details |
The $UCS4LEw. format writes a character string in the encoding of the current SAS session. It processes character strings that are in little-endian, 32-bit, UCS4 (universal character set code in four octets), Unicode encoding.
| Comparison |
The $UCS4LEw. format performs processing that is the opposite of the $UCS4Lw. format.
| Example |
This example uses the Japanese Shift_JIS encoding, which is supported under the UNIX operating environment.
| Statements | Result |
|---|---|
|
|
----+----1 |
x ='275900004100000042000000'x;
put x $ucs4le4.; |
AB
|
| See Also |
|
Formats: | |||
|
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.