Informats |
Category: | Character |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
$ASCIIw. |
specifies the width of the input field.
Default: | 1 if the length of the variable is undefined. Otherwise, the default is the length of the variable. |
Range: | 1-32767 |
Details |
If ASCII is the native format, no conversion occurs.
Comparisons |
On an IBM mainframe system, $ASCIIw. converts ASCII data to EBCDIC.
On all other systems, $ASCIIw. behaves like the $CHARw. informat except that the default length is different.
Examples |
input @1 name $ascii3.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.