$UNCRw. Format
Processes a character string that is encoded in
the current SAS session, and then writes the character string in numeric
character representation (NCR).
Category: |
Character |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field.
Comparisons
The $UNCR
w. format performs processing that is the opposite
of the $UNCRE
w. format.
Example
This example uses the
Japanese Shift_JIS session encoding, which is supported under the
UNIX operating system.
|
|
|
|
x='91E5'x
; /* Japanese ' ' in Shift-JIS */
|
|