A parameter defined with OPTIONS(*OMIT), OPTIONS(*VARSIZE), or OPTIONS(*NULLIND) cannot be passed by value.
20
Cause . . . . . : The VALUE keyword cannot be specified after OPTIONS(*OMIT), OPTIONS(*VARSIZE), or OPTIONS(*NULLIND) has been specified. The VALUE keyword is ignored.
Recovery . . . : Remove the VALUE keyword or do not specify *OMIT, *VARSIZE, or *NULLIND as the parameters for the OPTIONS keyword. Compile again.
Technical description . . . . . . . . : OPTIONS(*OMIT) means that the special value *OMIT may be passed as the parameter. OPTIONS(*VARSIZE) means that passed parameters will not be checked for length or dimension. OPTIONS(*NULLIND) means that the null-byte-map for the parameter will be passed with the parameter.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.