×
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.
Yea, but who wants to change a program if you don't have to. :)
Gary
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of CRPence
Sent: Wednesday, December 21, 2011 12:21 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: (see thread on RPG list) Re: Test program calls puts(), creates spool file here, but not on customer box
On 21-Dec-2011 11:55 , Monnier, Gary wrote:
Can you hold all the output queues and then run your test? I know it's
a lot to ask of a client but maybe they'll be agreeable.
Something more agreeable would be to perform [a variation of] the following override request before the test:
OVRPRTF FILE(*PRTF) DFRWRT(*YES) SPOOL(*YES) OUTQ(QGPL/QPRINT2)
MAXRCDS(*NOMAX) SCHEDULE(*JOBEND) HOLD(*YES) SAVE(*YES)
USRDTA(HELDTHIS) SPLFOWN(*JOB) SPLFNAME(*FILE)
USRDFNOPT(*NONE) USRDFNDTA(*NONE) USRDFNOBJ(*NONE)
WAITFILE(*CLS) OVRSCOPE(*JOB)
After the test... WRKJOB JOB() OPTION(*SPLF)
Regards, Chuck
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.