Converts positive binary values to integers.
specifies the width of the input field.
specifies the power of 10 by which to divide the value. SAS uses the d value even if the data contain decimal points. This argument is optional.
input @1 value binary8.1;
----+----1
00001111
1.5