RNF7354

The type and attributes of the parameter must match exactly when OPTIONS(*NULLIND) is specified.

30

Cause . . . . . : For parameters where OPTIONS(*NULLIND) is specified, the passed parameter must be a variable of the exact same type as the prototyped parameter. The null-capability, length, number of decimal positions, CCSID, format, and dimension must all be the same. If the passed parameter is a data structure, it must be defined from the same base LIKEDS or LIKEREC data structure as the prototyped parameter. The call is ignored.

Recovery . . . : Correct the attributes of the parameter used for the call. Compile again.