The 32-bit SQL floating-point data type, REAL, is declared in COBOL as usage COMP-1.
The 64-bit SQL floating-point data types, FLOAT and DOUBLE, are declared in COBOL as usage COMP-2.
For example:
01 float1 usage comp-2.