Page 1 of 1

ZEKE Expert Question: ZEKE allowed jobs to run out of sync

PostPosted: Thu May 09, 2019 4:11 am
by tra_hansen
I have two jobs where JOB2 is dependent on JOB1 with a hard EOE dependency in the ZEKE Scheduler.
However, JOB2 was allowed to execute before JOB1 in the same batch cycle.
The log notes JOB1 was dispatched at the proper time, but the JCL did not execute until over an hour later (after JOB2).
In analyzing everything, I noted that while ZEKE has both JOBs listed as CLASS=1, the JCL for JOB1 has CLASS=2.
Could this be why the JCL for JOB1 did not execute until after JOB2?
Would the difference in CLASS allow ZEKE to think the job had completed when it had not?