|
Bob,
The format I always use for DLYJOB is:
DLYJOB RSMTIME(171630)
But I tested in a small CL program and it does also work when you key it
in at a command line with the quotes & separators:
DLYJOB RSMTIME('17:16:30')
Your CL program may put QSYSOPR MSGQ in *HOLD mode, but what about your
user profile and workstation message queues ?
They should be in *HOLD or *NOTIFY modes (as long as they aren't in
*BREAK).
My backup program has the following near the start:
/* MAKE SURE QSYSOPR *MSGQ NOT IN *BREAK MODE (WILL INTERRUPT JOB). */
CHGMSGQ MSGQ(QSYSOPR) DLVRY(*NOTIFY)
/* MAKE SURE *USRPRF *MSGQ NOT IN *BREAK MODE (WILL INTERRUPT JOB). */
CHGMSGQ MSGQ(*USRPRF) DLVRY(*NOTIFY)
/* MAKE SURE *WRKSTN *MSGQ NOT IN *BREAK MODE (WILL INTERRUPT JOB). */
CHGMSGQ MSGQ(*WRKSTN) DLVRY(*NOTIFY)
Just curious, not that it's related to this problem, but what release
and PTF level are you at ?
--
...Neil Palmer AS/400~~~~~
...Technical Specialist ____________ ___ ~
...NxTrend Technology - Canada |OOOOOOOOOO| ________ o|__||=
...Markham, Ontario, Canada |__________|_|______|_|______)
...Phone: (905) 731-9000 x238 oo oo oo oo OOOo=o\
...e-mail: neil@systemetrix.ca ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the Midrange System Mailing List! To submit a new message, *
* send your mail to "MIDRANGE-L@midrange.com". To unsubscribe from *
* this list send email to MAJORDOMO@midrange.com and specify *
* 'unsubscribe MIDRANGE-L' in the body of your message. Questions *
* should be directed to the list owner / operator: david@midrange.com *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
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.