|
Sorry about prior email. Had wrong format specified. Joe --- On Tue 02/28, kempenich < kempej01@xxxxxxxxx > wrote: From: kempenich [mailto: kempej01@xxxxxxxxx] To: midrange-l@xxxxxxxxxxxx Date: Tue, 28 Feb 2006 07:13:05 -0500 Subject: RE: Multiple Programs to One Spool File Hi Scott, Since each program has its own printer file and assuming that they are external printer files with different formats/fields, the print can not be combined using a simple override. You can achieve the same results by copying the spool files to a database file and printing from the database file. For example (and this is by memory without a manual for command syntax): PgmA - crtpf qtemp/splf rcdlen(199) - ovrprtf *prtf hold(*yes) save(*yes) . . . - call PgmB - cpysplf PrtfB qtemp/splf job(*) splnbr(*last) prtctl(*FCFC) - dltsplf PrtB job(*) splnbr(*last) - call Pgm C - cpysplf PrtfC qtemp/splf job(*) splnbr(*last) prtctl(*FCFC) - dltsplf PrtC job(*) splnbr(*last) - dltovr *prtf - ovrprtf qprint prtctl(*fcfc) - cpyf qtemp/splf qprint I hope this helps Joe Kempenich _______________________________________________ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.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.