|
About the time of that ftp I would have ran a DSPLOG PERIOD((HHMMSS MMDDYY)) JOB(RSTPRDT2)
That's the system log, not the joblog.
If I didn't find anything there then I would have WRKACTJOB SBS(QSYSWRK) JOB(QTFTP*)
and started checking out the job logs of those jobs. Odds are extremely high that, unless RSTPRDT2 is in QGPL or QUSRSYS or some other system library then it would not have been found because it would not have been in the library list for user QTCP of the QTFTP* jobs.
If I had found it in the system log then I would have ran
WRKJOB RSTPRDT2
And if that had still found nothing then I may have considered changing the ftp command from
quote rcmd SBMJOB CMD(CALL PGM(RSTPRDT2)) JOB(RSTPRDT2) JOBQ(QSYSNOMAX)
to
quote rcmd SBMJOB CMD(CALL PGM(RSTPRDT2)) JOB(RSTPRDT2) JOBQ(QSYSNOMAX) JOBD(BubbasLib/RSTPRDT2) INLLIBL(*JOBD)
The name of the job description may be different if you have an existing one with an acceptable library list.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.