VGJ0142E: The maximumSize of array %1 cannot be changed. Expected %2 got %3.
Explanation
The array was passed on a call statement. The corresponding array in the called program had a different maximumSize.
User Response
Change one of the programs so that both use an array with the same maximumSize.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.