VGJ0104E: %1 is not a valid index for subscript %2 of %3.
Explanation
One of the subscripts used with a multidimensional array is invalid. A subscript value must be between one and the number of occurrences defined for the subscripted item.
User Response
Ensure that the index value is a valid subscript for the subscripted item.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.