Restriction: This directive is supported in native COBOL only.
Determines whether a program's floating point data items are to use IBM hexadecimal format.
>>-.---.-.----.--NATIVE-FLOATING-POINT-----><
.-/-+ .-NO-+
None
| Default: | NONATIVE-FLOATING-POINT |
| Phase: | Syntax check |
| $SET: | Initial |
Specifying NATIVE-FLOATING-POINT causes all floating point data items to use IEEE. Specifying NONATIVE-FLOATING-POINT causes the format used to be determined by the MAINFRAME_FLOATING_POINT environment variable.