RNF7356

The parameter has a null byte map, but OPTIONS(*NULLIND) is not specified on the prototype.

0

Cause . . . . . : The parameter is null capable, or has a null capable subfield. When OPTIONS(*NULLIND) is not specified on the prototype for the parameter, the null indicators are not passed with the parameter, so the called program or procedure cannot correctly access the null indicators associated with the variable.

Recovery . . . : If the called program or procedure should be able to access the caller's null byte map, specify OPTIONS(*NULLIND) on the prototype. Compile again.