I have a job that I want to run every Monday morning @ 7:30am. When I try to run it from the Job Scheduler, I get the following message:
'Printing of file QPQUPRFIL' by writer PDFE not complete.'
When I look at the printout, everything looks ok.
If I call it from a command line or from inside a CL, it runs fine.
Here is the CL that the Job Scheduler is calling:
DCL VAR(&EMAIL) TYPE(*CHAR) LEN(340) +
VALUE(WJMOORE@xxxxxxxxxxxxxxx) /* */
OVRPRTF FILE(QPQUPRFIL) DEV(PDFE) OUTQ(PDFE) +
HOLD(*NO) +
USRDFNDTA('MAILTAG(' *TCAT +
&EMAIL *TCAT ')') /**/
RUNQRY QRY(#QUERY/INVSUMYHDS)
Any ideals and/or help would be greatly appreciated.
William Moore
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.