EQA1812E A decimal exponent is required.

Explanation

In COBOL, an E in a float constant must be followed by at least one decimal digit (optionally preceded by a sign). In C, if a + or - sign is specified after an E in a float constant, it must followed by at least one decimal digit.