Previous Page
|
Next Page
$UNCRE
w
. Informat
Reads a character string in the encoding of the current SAS session, and then converts the character string to NCR.
Category:
Character
Syntax
Details
Comparisons
Example
See Also
Syntax
$UNCRE
w.
Syntax Description
w
specifies the width of the input field.
Default:
8
Range:
1–32000
Details
The output string will be converted to plain characters and NCR. Any national characters will be converted to NCR.
Comparisons
The $UNCRE
w
. informat performs processing that is the opposite of the $UNCR
w
. informat.
Example
These examples use the Japanese Shift_JIS encoding, which is supported under the UNIX operating system.
Statements
Result
----+----1----+
x=input ('
abc', $uncre12.);
put x;
大abc
See Also
Formats:
$UNCRw. Format
$UNCREw. Format
Informat:
$UNCRw. Informat
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page