This content has been marked as final.
Show 2 replies
-
1. Re: CONTROL-M CTMAPI - Force JOB A if JOB B is not in AJF
Paul Robins Nov 22, 2018 4:45 PM (in response to Catia Lindo)2 of 2 people found this helpfulHi Catia,
Please try the following syntax:
//DAAPI DD *
ORDER DSN=My_Sched_Lib MEM=My_Table JOB=Job_A
ODATE=ODATE IF MEM=Job_B STATUS=NOTEXIST
Regards,
Paul.
-
2. Re: CONTROL-M CTMAPI - Force JOB A if JOB B is not in AJF
Catia Lindo Nov 24, 2018 10:56 AM (in response to Paul Robins)Hello!
Yes, it worked. I just had to keep the FORCE parameter.
I thought I had tried this combination already, using bits of code from the manual but as it turns out I hadn't.
Thank you very much!