Page 1 of 1

Running a job in loop

Posted: 14 Dec 2016 11:32
by rajesh2005
I have a requirement where i need to run a job continuosly after every 20 minutes. So if the first instance is SUCCESS then after 20 minutes it should again trigger another instance of the job in the Tivoli and start executing it and this process should keep on going.

The jobstream should be submitted only once which i do by running the conman sbs command. But after that the job within that jobstream should keep on running in loop.

Can you please help me with the syntax that i need to define in the sched file to achieve this functionality.

Thanks