| Informats for NLS |
| Category: | Character |
| Syntax | |
| Syntax Description | |
| Comparison | |
| Examples | |
| See Also |
Syntax |
| $UCS4Bw. |
specifies the width of the input field. Specify enough width to accommodate the 32-bit size of the Unicode characters.
| Default: | 4 |
| Range: | 4-32000 |
| Comparison |
If you are processing data within the same operating environment, then use the $UCS4Xw. informat. If you are processing data from different operating environments, then use the $UCS4Bw. and $UCS4Lw. informats.
| Examples |
These examples use the Japanese Shift_JIS encoding, which is supported under the UNIX operating environment.
| Statements | Result |
|---|---|
|
|
----+----1----+ |
z=put('Zero1',$UCS4B20.);
x=input(z,$UCS4B20.);
put x; |
Zero1 |
| See Also |
|
Formats: | |||||
|
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.