Initial value does not match data type of field; initial value is ignored.
20
Cause . . . . . : The initial value specified as a parameter for keyword INZ or CONST does not match the data type of the field. The initial value must have the same type as the field. It can be a constant name, a built-in function with a constant value, a figurative constant, or a literal. Some data types have additional initialization values:
Recovery . . . : Change the initial value or the type of field. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.