|
On 19/01/07, Bob O. <otis_the_cat@xxxxxxxxxxx> wrote:
Is there a way within a CL program to check to see if an output queue is empty or not? If the output queue is empty, I want to clear the contents of a physical file.
Hi Bob The QSPROUTQ api will give you information on an output queue, though I'm not sure how easy it would be to use in CL. If you put it in an RPGLE wrapper it should be straightforward. There is an example of using it in the LoadOutQ subroutine in http://www.dbg400.net/cgi-bin/twiki/view/DBG400/RpgleDBG186R4 You could also use the QUSLSPL[1] api to get the entries for a specific *outq, and if no entries are returned clear your file, but that would take a while if the *outq isn't empty. Regards, Martin [1] http://www.dbg400.net/cgi-bin/twiki/view/DBG400/RpgleDBG188R4 has example code for this.
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.