The float literal is not valid.
20
Cause . . . . . : The float literal is not valid. The letter E must be immediately followed by an optional + or - sign and 1 to 3 digits with no embedded blanks.
A float literal consists of the following:
There must be no blanks within the float literal.
The literal defaults to an ordinary numeric literal.
Recovery . . . : Correct the float literal or remove the exponent. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.