SAS stores numeric data
in floating-point representation. The default length for a numeric
variable is 8 bytes. You can use a LENGTH statement to reduce the
length of a numeric variable. Reading reduced-length numeric variables
requires less I/O but more CPU resources than reading full-length numeric variables. You can use PROC COMPARE to see the precision loss, if any, in the values ...