Formats for NLS |
Category: | BIDI text handling |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples | |
See Also |
Syntax |
$VSLOGw. |
specifies the width of the output field.
Default: | 200 |
Range: | 1-32000 |
Details |
The $VSLOGw. format is used when transferring data that is stored in visual order. An example is transferring data from a UNIX server to a Windows client.
Note: The $VSLOGw. format does not correctly process all combinations of data strings.
Comparisons |
The $VSLOGw. format performs processing that is opposite to the $VSLOGRw. format.
Examples |
The following example uses the Hebrew input value of " flight".
Statements | Results |
---|---|
|
----+----1----+----2----+ |
put text $vslog12.; |
flight |
The following example uses the Arabic input value of " " computer.
Statements | Results |
---|---|
|
----+----1----+----2----+ |
put text $vslog12.; |
computer |
See Also |
Formats: | |||||
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.