COBCH1854 Cannot ACCEPT a floating-point operand with extended ACCEPT/DISPLAY

The program contains a floating point operand in an ACCEPT statement using extended accept/display syntax. This is not allowed.

Resolution:

Correct the ACCEPT statement; then recompile.

Example:

In the following example, the ACCEPT statement uses extended syntax with a floating-point operand, F1.

       01 f1 comp-2.
           accept f1 at 0501