RNF0226

OPTIONS(*NOPASS) is not allowed for a %HANDLER procedure.

30

Cause . . . . . : OPTIONS(*NOPASS) is not valid for a procedure specified as the first operand to the %HANDLER built-in function.

Recovery . . . : Remove OPTIONS(*NOPASS) from the parameters of the prototype specified for %HANDLER. Consider using OPTIONS(*OMIT) instead. Compile again.