NOFLOAT / FLOAT
- NOFLOAT indicates that floating-point
data types are declared as FILLER fields with a USAGE of binary.
- FLOAT indicates that floating-point data types are
brought into the program with their DDS names and a USAGE of COMP-1 (single-precision)
or COMP-2 (double-precision). The fields are made accessible to the ILE COBOLsource
program.