| Informats |
| Category: | Character |
| Syntax | |
| Syntax Description | |
| Details | |
| Comparisons | |
| Examples |
Syntax |
| $CHARZBw. |
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 |
The $CHARZBw. informat does not trim leading and trailing blanks in character data before it stores values.
| Comparisons |
The $CHARZBw. informat is identical to the $CHARw. informat except that $CHARZBw. converts any byte that contains a binary 0 to a blank character.
| Examples |
input @1 name $charzb5.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.