RNF7417

All array references within an expression must contain the same number of dimensions.

30

Cause . . . . . : When arrays or sub-arrays appear as operands on the right hand side of an assignment, the number of dimensions of each such operand must be the same as the number of dimensions in the result array or sub-arrays. The specification is ignored.

Recovery . . . : Correct the expression so that all array or sub-array operands have the same number of dimensions as the result array or sub-array. Compile again.