The RB
w.
d format
writes numeric data in real binary (floating-point) notation. Numeric
data for scientific calculations are commonly represented in floating-point
notation. (SAS stores all numeric values in floating-point notation.)
A floating-point value consists of two parts: a mantissa that gives
the value and an exponent that gives the value's magnitude.
Real binary is the most
efficient format for representing numeric values because SAS already
represents numbers this way and no conversion is needed.
For more information
about Windows floating-point notation, see the Intel developer Web
site.