VGJ0143E: %1 is not a valid size for array %2.
Explanation
The array was passed on a call statement. The called program changed the array's size to a value that is less than zero or larger than the value of the property maxSize.
User Response
Change the programs so they use the same value for the property maxSize.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.