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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.