$UNCREw. 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

$UNCREw.

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 $UNCREw. format performs processing that is the opposite of the $UNCRw. 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.;
Japaneseabc

See Also

Formats: