|
Scott, I think you are right, but I can't find it. The definitions are as follows: Qname 10A Qlib 10A Qlen 5/0 Wait-5/0 Data -DataStructure -Length 269 (In the compile, is correct) LDADS Length 987 (In the compile, is correct) D Specs for LDADS & Data: D DATA E DS EXTNAME(STUPDTAQ) D STATUS SDS 333 D LDADS EUDS EXTNAME(STUPMSLT) C* Define LDA to Program CSR *DTAARA DEFINE *LDA LDADS All numeric fields in both STUPDTAQ & STUPMSLT are signed. There are a few other datastrucures in the pgm, but they are not overlapping. If I take the update out of the LDADS DSpec, I no longer have that problem, but I need it to retrieve a value from it. Thanks... Wendy, This could be caused by improper definitions of the parametes in the receive data q call thus corrupting memory. Double-check that they are right, if your not sure then post your definitions here. By recompiling the program you may have changed how all the fields are laid out in memory thus making the program act differently, it was doing the same thing before but corrupting an area of memory that wasn't readily apparent. Scott Mildneberger > -----Original Message----- > From: Brenzel, Wendy [SMTP:bmis06@MARYWOOD1.MARYWOOD.EDU] > Sent: Friday, September 29, 2000 8:19 AM > To: 'RPG400-L@midrange.com' > Subject: Weird LDA stuff... > > I have a program that's doing some funky stuff... It's not a new program, > but it needed a recompile and ever since is behaving very badly. I've had > it in debug, and this is what I've tracked it to... A 14 byte character > array w/ 998 elements is getting loaded with at least the first 146 bytes > of > the job's LDA when the program reads a record from a dataqueue. The > dataqueue has nothing to do with the character array. When a value is put > in the array, it is then overlaid by the value of the *LDA the next time > the > receive dtaq command is executed... Nothing is overlapping in the D > Specs... No sub-fields w/ the same name... Any thoughts? > > This is the code that's executed where things go astray... > > C* Read Record from Data Queue > C MOVE *ZEROS WAIT 5 0 > C CALL 'QRCVDTAQ' > C PARM QNAME > C PARM QLIB > C PARM QLEN > C PARM DATA > C PARM WAIT > > +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.