Array index is not valid; index is ignored.
20
Cause . . . . . : An array index must be numeric with zero decimal positions. The index must be defined with zero decimal positions. The index must not be a variable, literal, or expression of type float. If the index is a constant, the value must be greater than zero and less than or equal to the number of elements in the dimension.
Recovery . . . : Correct the index. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.