Decimal positions are not allowed for an integer or unsigned value.
20
Cause . . . . . : Numeric literals with decimal positions are not allowed as parameters for keyword INZ when initializing integer or unsigned numeric variables. The initial value is ignored.
Recovery . . . : Remove the decimal digits from the numeric literal. Compile again.