Reads positive integer binary (fixed-point) 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: | PIBw.d Informat: UNIX in SAS Companion for UNIX Environments |
| PIBw.d Informat: Windows in SAS Companion for Windows |
x=input('0100'x,pib2.);
y=input('0001'x,pib2.);