Reads unsigned integer binary (fixed-point) values in IBM mainframe format.
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('7F'x,s370fibu1.); y=input('F6'x,s370fibu1.);