The type of the parameter specified for the call does not match the prototype.
30
Cause . . . . . : A passed parameter must have the same data type as the corresponding parameter definition on the prototype when the parameter definition contains either the VALUE or the CONST keyword. The call is ignored.
Recovery . . . : Correct the data type of the passed parameter. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.