| Informats under UNIX |
| Category: | Character |
| Width range: | 1 to 32,767 |
| Default width: | 2 |
| UNIX specifics: | values are interpreted as ASCII values |
| See: | $HEXw. informat in SAS Language Reference: Dictionary |
| Details |
| Details |
The $HEXw. informat converts every two digits of hexadecimal data into one byte of character data. Use the $HEXw. informat to encode hexadecimal values into a character variable when your input data is limited to printable characters. SAS under UNIX interprets values that are read with this informat as ASCII values.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.