COBOL Messages


LNC0559

Floating-point field %1 found. Name changed to FILLER and USAGE COMP-4 assumed.

20

Cause . . . . . : A floating-point field was found but the compiler only generates floating-point data descriptions when the CVTOPT(*FLOAT) or the PROCESS statement option FLOAT is specified. The field has been changed to FILLER, with USAGE COMP-4.

Recovery . . . : Change the specification of the floating-point field, or specify CVTOPT(*FLOAT).


[ Top of Page | Previous Page | Next Page | Table of Contents ]