OPTIONS(*VARSIZE) is not valid for a parameter of the specified type.
20
Cause . . . . . : OPTIONS(*VARSIZE) is valid only for parameters passed by reference that have a character, graphic, or UCS-2 data type; or that represent an array of any type. OPTIONS(*VARSIZE) is ignored.
Recovery . . . : Remove OPTIONS(*VARSIZE) from the definition of the parameter. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.