MFPLI00108S An array or STRUCTURE value has been used in a context that requires a scalar value.

A scalar value is required by the context, for example the control variable of a DO statement, but an aggregate value has been supplied.
Resolution:
Supply a scalar value instead of the aggregate value.
Module:
INTRP2.PL1, RESIS.PL1