Reads native integer binary (fixed-point) values, including negative values.
Category: | Numeric |
Interaction: | List input is incompatible with binary input when this informat is specified in an INFORMAT= statement or an ATTRIB= statement using the INFORMAT= argument. SAS issues a warning and uses formatted input to read the data. |
See: | IBw.d Informat: UNIX in SAS Companion for UNIX Environments |
IBw.d Informat: Windows in SAS Companion for Windows | |
IBw.d Informat: z/OS in SAS Companion for z/OS |
x=input('0080'x,ib2.); y=input('8000'x,ib2.);