control-M

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
kdkumar
Nouveau
Nouveau
Posts: 2
Joined: 24 Nov 2011 12:00

control-M

Post by kdkumar » 08 May 2012 10:53

Hi Friends, I have one questions for control-M scheduling . 1.Job A,job B independent jobs

Job A ended ok ,job B will not run
Job B ended ok job A will not run

how to do it this scenario can you please explain any one

User avatar
Danny
Nouveau
Nouveau
Posts: 21
Joined: 18 May 2010 12:00
Location: EMEA
Contact:

Post by Danny » 10 May 2012 1:18

You can do the following:
First a new job (Job X) which runs right after New Day which sets 2 conditions (CondA for JobA and CondB for JobB).
JobA removes CondB after succesful run and JobB removes CondA after succesful run.

User avatar
philhaut
Nouveau
Nouveau
Posts: 32
Joined: 06 Feb 2007 12:00
Location: VALENCIENNES

Post by philhaut » 10 May 2012 4:42

in the step panel for the job A use
on statement statement=* code NOTOK
do condition NAME=JOBA-KO

In the in conditions panel for the job B use
JOBA-KO

So when the job A is KO the condition JOBA-KO is posted and the JOB B starts

Post Reply