Previous Page
|
Next Page
$UNCRE
w
. Format
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
Syntax
Details
Comparisons
Example
See Also
Syntax
$UNCRE
w.
Syntax Description
w
specifies the width of the output field.
Default:
8
Range:
1–32000
Details
National characters should be represented in NCR.
Comparisons
The $UNCRE
w
. format performs processing that is the opposite of the $UNCR
w
. format.
Example
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
See Also
Formats:
$UNCRw. Format
Informats:
$UNCRw. Informat
$UNCREw. Informat
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page