Previous Page | Next Page

Formats for NLS

$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
Syntax Description
Details
Comparison
Examples
See Also

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.


Comparison

The $UNCREw. format performs processing that is the opposite of the $UNCRw. format.


Examples

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.;
[untitled graphic]abc


See Also

Formats:

$UNCRw. Format

Informats:

$UNCRw. Informat

$UNCREw. Informat

Previous Page | Next Page | Top of Page