MFPLI00107S "array-name" has been referenced with too few subscripts. Asterisk subscripts must be used to reference a cross-section. All subscripted references must have as many subscripts as the array has dimensions - including any inherited dimensions.

An array reference must either have no subscript list or a list with the same number of subscripts as the number of dimensions in the declaration of the array.
Resolution:
Either remove the subscript list if the entire array is required or supply the missing subscripts.