|
sas wrote: > > > > Message . . . . : The PGM1 144100 array index is not valid (C G S D F). > > Cause . . . . . : The RPG program PGM1 in library TEST tried to use the > > array index at statement 144100 which was less than one or greater than > > the > > number of elements in the array. Look on line 1441.00 of your program PGM1. There will be some code there that uses an array, with an array name a comma and an index. C MOVE FLD ARR,XX The thing following the comma is the index, in this case XX. The array will be defined on an E specification. Try using the command STRISDB on your program, and step through your program. See where you set up the index for that array calculation, and you will probably see what's gone wrong.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.