RNF3756

OPTIONS(*NOPASS) is missing for a parameter following an optional parameter.

20

Cause . . . . . : Every parameter following an optional parameter (specified with OPTIONS(*NOPASS)) must also have OPTIONS(*NOPASS) specified. OPTIONS(*NOPASS) is assumed.

Recovery . . . : Specify the OPTIONS(*NOPASS) keyword, or remove the OPTIONS(*NOPASS) keyword from the previous parameter. Compile again.