| Formats for NLS |
| Category: | Character |
| Alignment: | left |
| Syntax | |
| Syntax Description | |
| Details | |
| Comparisons | |
| Examples | |
| See Also |
Syntax |
| $UPARENw. |
specifies the width of the output field.
| Default: | 8 |
| Range: | 27-32000 |
| Details |
The character string is encoded with parentheses and Unicode hexadecimal representation.
| Comparisons |
The $UPARENw. format performs processing that is the opposite of the $UPARENEw. format.
| Examples |
This example uses the Japanese Shift_JIS session encoding, which is supported under the UNIX operating system.
| Statements | Results |
|---|---|
|
|
----+----1----+----2----+----3----+ |
x='
';
y='abc3';
put x $uparen7.;
put y $uparen28.; |
<u5927>
<u0061> <u0062> <u0063> <u0033> |
| See Also |
|
Formats: | |||||
|
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.