As we all know , we store floating point (COMP-1) in COBOL using IBM HEX format .
However, I know in COBOL for Windows, We can use Compiler Option "FLOAT(NATIVE)" to enable Storing the Float Point using IEEE format.
So My question is Does anyone know the compiler option to enable Storing the Float Point using IEEE format in Enterprise COBOL?
Does it exist or not?
Thank you very much.