The parameter is not valid for OPTIONS(*NULLIND).
30
Cause . . . . . : For parameters where OPTIONS(*NULLIND) is specified on the prototype, the passed parameter must be a variable. If it is an array, it must be contiguous. The call is ignored.
Recovery . . . : Correct the parameter. Compile again.
Technical description . . . . . . . . : OPTIONS(*NULLIND) parameters must be able to be passed by reference even when the CONST keyword is specified.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.