Reads a native single-precision, floating-point value and divides it by 10 raised to the dth power.
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. |
input x float4.;
Data Line 1
|
Result
|
---|---|
----+----1----+----2 |
|
3F800000 |
1 |
1The data line is a hexadecimal representation of a binary number that is stored in IEEE form. |