I have an issue with the Depletable resources.
I have 3 jobs running in 2 different applications . JOB B in APPL A should run only after JOB A and JOB C completes. So I defined a Enterprise Depletable resource with AVAIL(4)
BUt the issue that I am having is even after JOB A and JOB C completes and depletes the resource, JOB B does not start executing.
I checked the resource after the compelion of JOB A and JOB C, the resource AVAIL count is 0. Can someone please help me with this ?
APPL A
JOB A
RESOURCE ADD(1,RES_AB)
RUN NOW
RELEASE ADD(B)
ENDJOB
JOB B
RESOURCE ADD(^RES_AB)
RUN NOW
ENDJOB
APPL C
JOB C
RESOURCE ADD(1,RES_AB)
RUN NOW
ENDJOB
Regards,
Amit Kumar