×
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.
If you want a programming solution perform try a copy spool file command for
all the spool files into a data file specifying:
"Replace or add records . . . . . *ADD *REPLACE, *ADD
"Control character . . . . . . . *FCFC *NONE, *FCFC, *PRTCTL.
The *fcfc places all the print controls into position 1 of the data file.
Make the data file as wide as your widest spool file +1. 133 usually works.
When all of the spool files are in the data file you will need to copy the
data file back to a spool file.
Do an ovrprtf to a printer file. I usually use qprint.
Specify:
Control character . . . . . . . *FCFC
Also override to the output queue you want.
Then CPYF from the data file to qprint...
I think that is all of the steps.
Gregory A. Garner
Garner Data Systems, Inc
4270 Grand Teton Parkway
Suwanee, GA 30024
p - 770.845.9636 f - 770.614.3496
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Wednesday, January 02, 2008 3:59 PM
To: Midrange Systems Technical Discussion
Subject: Re: looking for recommendations on report merge product...
This
OVRPRTF FILE(QPDSPJOB) SCHEDULE(*JOBEND) OVRSCOPE(*JOB) SHARE(*YES)
still left 3 spool files.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This thread ...
Re: looking for recommendations on report merge product..., (continued)
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.