specifies the power
of 10 by which to divide the value. This argument is optional.
Range:0–10
Details
The IBw.d informat
reads integer binary (fixed-point) values, including negative values
represented in two's complement notation. IBw.d reads
integer binary values with consistent results if the values are created
in the same type of operating environment that you use to run SAS.
The IBw.d and
PIBw.d informats
are used to read native format integers. (Native format enables you
to read and write values created in the same operating environment.)
The IBRw.d and
PIBRw.d informats
are used to read little endian integers in any operating environment.
To view a table that
shows the type of informat to use with big endian and little endian
integers, see SAS Informats and Byte Ordering.
You can use the INPUT
statement and specify the IB informat. However, these examples use
the informat with the INPUT function, where binary input values are
described using a hexadecimal literal.