Upon review, you may need to use the STRGRPJS command instead, but the
theory is the same.
STRGRPJS JOB(NIGHTLY01 {grpName} 01) TIME(*IMMED)
IIRC, the group sequence has to be 01.
On 03/06/2013 11:07 AM, Robert Clay wrote:
If I understand this correctly, then you could...
1. Remove the dependency and place the NIGHTLY01 job in *HELD status.
That way, it stays on the job scheduler.
2. Then, add this as the last command for DAILYBACKUP:
SBMJOBJS JOB(NIGHTLY01 {grpName} {grpSeq}) TIME(*IMMED)
DATE(*CURRENT)
...where {grpName} and {grpSeq} are filled in with the
appropriate values or *NONE as appropriate.
3. Add a new final group job for the MONTHEND group that contains
this same command.
Now, both jobs submit NIGHTLY01 when they need to.
Would that work for your situation?