RNF3823

OPTIONS(*NOPASS) and OPTIONS(*OMIT) are not valid for a Java method.

20

Cause . . . . . : A Java method cannot have optional or omissible parameters. *NOPASS and *OMIT are not allowed as parameters of the OPTIONS keyword for a parameter of a prototype or procedure interface of a Java method.

Recovery . . . : Remove *PTIONS(*NOPASS) or OPTIONS(*OMIT). Compile again.