Reads integer binary (fixed-point) values.
| Category: | Numeric |
| Windows specifics: | native floating-point representation |
| See: | IBw.d Informat in SAS Formats and Informats: Reference |
specifies the width of the input field.
| Default | 4 |
| Range | 1–8 |
specifies the power of 10 by which to divide the input value. SAS uses the d value even if the input data contain decimal points.
| Range | 0–10 |
01 80
64 00 00 00 00 00
01 80Because the sign bit is set, the value is read as −32,767.