Informats for NLS |
Category: | Character |
Syntax | |
Syntax Description | |
Details | |
Comparison | |
Examples | |
See Also |
Syntax |
$UNCREw. |
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.
Comparison |
The $UNCREw. informat performs processing that is the opposite of the $UNCRw. informat.
Examples |
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: | |||||
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.