|
Tim Truax wrote: > > Hi Folks: > I have a CL program that first does an OPNQRYF of a file then loads a > RPG program to produce a printout. Is it possible that this OPNQRYF is > still working and my RPG program is loaded while the OPNQRYF is still > working? Tim, OPNQRYF will run to completion before your program runs. I'd guess that you forgot to OVRDBF with SHARE(*YES) before the OPNQRYF. Do you appear to be reading the base file instead of the OPNQRYF access path? Or perhaps you're reading the OPNQRYF access path twice and are receiving no records the second time? Try using POSDBF to position the database cursor to the first record. Those are the two gotchas that seem to strike most often with OPNQRYF. Just a wild guess... Pete -- Pete Hall peteh@earth.inwave.com http://www.inwave.com/~peteh/ +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@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.