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



I have a bunch of year end jobs where I'd like to route the joblog to somewhere other than QEZJOBLOG. Preferably without changing the jobs.

From my research, job logs go to the OUTQ specified in the the QPJOBLOG printer file. The spooling system finds the first QPJOBLOG in the library list and uses that, and the first QPJOBLOG is in QSYS, which is at the top of the library list. Thus it seems very hard to reroute job logs.

If I create a temporary library, copy QPJOBLOG there, change it, and put that library at the top of the library list, I can make it work. Code like this:
PGM
CHGSYSLIBL LIB(SAM_TEMP)
dsplibl
ENDPGM

But that means I would have to change every job.

I suppose I could permanently move QPJOBLOG to somewhere in the user portion of the library list and control it by manipulating the library list through JOBDs.

Has anyone else come up with a solution? How have you done it?

Thanks, Sam

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.