|
Jim, An ILE program can consist of one or more modules. Modules may be created using the CRTxxxMOD commands, and are then "bound" into a program using the CRTPGM command. Think of this as copying the module objects together into the program object (refered to as "bind by copy"). The ILE Concepts manual decribes this much better then I can. I am assuming that your programs were created using the CRTBNDRPG command (option 14 in PDM). The CRTBNDRPG command performs a CRTRPGMOD command followed by a CRTPGM command. The module (generated by the CRTRPGMOD) is placed in QTEMP and deleted when the program has been created by the CRTPGM. So, the QTEMP reference is valid. Paul Tuohy Jim Knight wrote: > Not being an ILE expert, I thought I would go to the experts. (yes, a little >suck up) > > When we create our ILE programs, all of the DSPPGMs look like this. > > Program creation date/time . . . . . . . . . . . . : 03/23/00 >11:56:15 > Type of program . . . . . . . . . . . . . . . . . . . . . : ILE > Program entry procedure module . . . . . . . . : INT815RG > Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . : > QTEMP > Activation group attribute . . . . . . . . . . . . . . : *CALLER > > Is the QTEMP location valid and why?? > > Jim Knight > Sr. Systems Administrator > jknight@rei.com > (253) 395-4684 > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-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.