Reads positive integer binary (fixed-point) values in Intel and DEC formats.
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. |
x=input('0100'x,pibr2.); y=input('0001'x,pibr2.);