|
Ravindra: The trick is to "explode" the RPT member into a new one of type RPG. In the process the content of /copy members are included, and the whole member then resequenced in Specification order. When RPT programs are compiled this is done in qtemp library from wich the actual program is created. So; Create a new source physical file; CRTSRCPF MYLIB/MYRPGSRC run the autocreate part of the compile: CRTRPTPGM PGM(QTEMP/MYPGM) SRCMBR(MYPGM) RPTOPT(*NOCOMPILE) OUTFILE(MYLIB/MYRPGSRC) OUTMBR(MYPGM) The rptopt(*nocompile) will skip the actual compile, so this is a very quick operation. Do the actual debug. STRISDB PGM(MYLIB/MYPGM) SRCMBR(MYPGM) SRCF(MYLIB/MYRPGSRC) When the debugger starts it will complain about the program create date and the source date not being the same. If you are using the same source you created the program from, you will be o.k. Good luck Ragnar Torfi Geirsson Reykjavik, Iceland > -----Original Message----- > From: my 401 [SMTP:my401@hotmail.com] > Sent: 13. júlí 1999 18:25 > To: RPG400-L@midrange.com > Subject: Debugging RPT's > > Hi, > I got some Programs of type RPT & i need to debug them. Can > anybody > help me by giving the info as how to debug these things? > > Thanks, > Ravindra > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > * This is the RPG/400 Discussion Mailing List! To submit a new * > * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * > >* from this list send email to MAJORDOMO@midrange.com and specify * > * 'unsubscribe RPG400-L' in the body of your message. Questions should * > * be directed to the list owner / operator: david@midrange.com * > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > * This is the RPG/400 Discussion Mailing List! To submit a new * > * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * > * from this list send email to MAJORDOMO@midrange.com and specify * > * 'unsubscribe RPG400-L' in the body of your message. Questions should * > * be directed to the list owner / operator: david@midrange.com * > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is the RPG/400 Discussion Mailing List! To submit a new * * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * * from this list send email to MAJORDOMO@midrange.com and specify * * 'unsubscribe RPG400-L' in the body of your message. 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.