|
Uwe, It is because you have INDS1 specified in factor 1 of the PARM statement in the *ENTRY Plist. Since INDS1 is actually defined larger than the trigger buffer you have to be careful to never touch any part of it past the defined length. By specifying it in factor 1 then it is copied to itself and since it doesn't 'own' all of the 3000 bytes then you are wiping out some memory that you shouldn't. Remove INDS1 from factor 1 and you should be fine. Scott Mildenberger > -----Original Message----- > From: Uwe Heldt [mailto:uweheldt@gmx.de] > Sent: Monday, November 05, 2001 7:45 AM > To: rpg400-l@midrange.com > Subject: Re: Maximum Parameter length differs between batch an > interactivejob > > -- > The error occurs before any statement executed. It occurs in > the *INIT method. > If i change the parameter size downto 2000 it works fine... > > > > . > > > . > > > > > > 0093.00 C *ENTRY PLIST > > > 0094.00 C INDS1 PARM INDS1 > > > 0095.00 C INDS2 PARM INDS2 > > > 0096.00 C*
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.