Different computers store numeric binary data in different
forms. For more information about compatible computer types, see
Compatible Computer Types in UNIX Environments. If
you try to move binary data in flat files across systems that are
incompatible, problems will occur. A safer way to move data is by
using SAS data sets.
SAS provides several
sets of informats and formats for handling binary data. Some of these
informats and formats are host dependent. For example, the IB
w.d,
PD
w.d, PIB
w.d,
and RB
w.d informats and formats
read and write data in native mode. That is, they use the byte-ordering
system that is standard for the computer. If you create a file using
the IB
w.d format on a 64-bit
HP-UX host and then use the IB
w.d informat
to read the same file on a 32-bit Linux host, you will get unpredictable
results.