× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> Both are UC right?  Try closing PRINT1 first, delay 1 second, 
> then close PRINT2.

Another thought.  What if all the print output could be in 1 spool file?

When we print a product list for a customer, I generate an index on-the-fly
to reflect only the item groups actually printed.  At LR time (cycle alert!
cycle alert!) a subprogram is called that actually prints the index.  Both
programs have the print file name as PRINTER.  In the CL wrapper I do
OVRPRTF FILE(PRINTER) SHARE(*YES).  The result is a single spool file, index
at the end.  The actual print can't get screwed up.

Since yours is a single program, with print files of different names, a
similar thing may not be possible.  There _is_ a TOFILE parm in the OVRPRTF
command, though I've never used it.

A single spool file may not be beneficial in your case, either.  Just an
idea.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.