× 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.



"Richard Casey" <casey_r@xxxxxxxxxxxxxxxx> wrote in message
news:mailman.5447.1179339703.13580.cobol400-l@xxxxxxxxxxxxxxx
Michael,

All you need to do is define the additional files like you showed in your
email.

Each printer file that you open will create a unique spooled file. In your
example you are referring to the same printer file (QPRINT), so your
reports
will have different file numbers.

Thanks, that makes me feel better. Following that line of thought, let's say
my program creates 3 reports: detail, summary and error. If I want to create
the 3 reports all to QPRINT as separate files and have their "user-specified
data" read Detail, Summary and Error respectively, how do I do that with the
definitions as

SELECT PRINT-FILE1 ASSIGN TO PRINTER-QPRINT.
SELECT PRINT-FILE2 ASSIGN TO PRINTER-QPRINT.
SELECT PRINT-FILE3 ASSIGN TO PRINTER-QPRINT.

I'm thinking I need to use OVRPRTF in the CL but I don't see how to make the
correlation.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.