The CONST keyword is not specified the same as for the corresponding prototype parameter.
20
Cause . . . . . : The CONST keyword must be present or not present on both the parameter definitions for the prototype and the procedure interface. The CONST keyword defaults to the way it was specified on the parameter definition of the prototype.
Recovery . . . : Correct the CONST keyword on the parameter definition for the prototype or the procedure interface. Compile again.
Technical description . . . . . . . . : If the CONST keyword is specified, the parameter is an input-only parameter that cannot be modified during the call. If the keyword is not specified, the parameter can be modified during the call.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.