Processes a character string that is in numeric character representation
(NCR), and then writes the character string in the encoding of the current
SAS session.
Category: |
Character
|
Alignment: |
left
|
- w
-
specifies the width of the output field.
Default: |
8 |
Range: |
1-32000 |
National characters should be represented in NCR.
The $UNCREw. format performs
processing that is the opposite of the $UNCRw.
format.
This example uses the Japanese Shift_JIS session encoding,
which is supported under the UNIX operating system.
Statements |
Results |
|
----+----1
|
x='大abc';
put x $uncr10.;
|
abc
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.