Control M - Job "LoadBalancing"

All questions about Control-M jobs definitions
Post Reply
nekokarma
Nouveau
Nouveau
Posts: 3
Joined: 09 Jul 2015 4:41

Control M - Job "LoadBalancing"

Post by nekokarma » 24 Aug 2015 11:14

Hello,

Im kind of new to control-M, and im still learning its basics, so thanks for your patience :)

Im trying to do this:

MasterJob

Job1
Job2
Job3
Job4

All jobs (1 trough 4) take a random amount of time to complete.

what i want to do, is that when masterjob runs, and find a specific condition (return code 222), it starts Job1.
On the second time it finds the condition, it starts Job2
and so on.

All this is to have 4 threads processing information.

From my test, I manage to start JOB1 after Masterjobs finds the specific condition, but i havent found the way to start Job 2.

I appreciate any input you guys can give me.

Att:
Federico Chaves

Post Reply