A float literal is not allowed to initialize a field that is not float.
20
Cause . . . . . : The parameter for keyword INZ is a float literal, however, the variable being initialized is not defined as float. The keyword is ignored.
Recovery . . . : Correct the parameter for keyword INZ or change the definition of the variable. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.