Page 1 of 1

How to run jobs Parallely in Batch Jobs

Posted: Thu May 03, 2007 9:01 pm
by laknar
I would like to run some jobs at the same time.

Please how to run?

Posted: Thu May 03, 2007 10:37 pm
by laknar
Please provide me sample batch script

Posted: Thu May 03, 2007 11:34 pm
by JoshGeorge
In Director you have the option to generate batch script for DS

Posted: Thu May 03, 2007 11:50 pm
by ray.wurlod
The preferred mechanism these days is to create a job sequence.

Run jobs simultaneously in a job sequence by not having any dependency from one Job activity to another.

Posted: Fri May 04, 2007 12:21 am
by laknar
i want to run the more no of sequences at the same time

Posted: Fri May 04, 2007 12:25 am
by chulett
One way would be to use a Sequence job to run other Sequence jobs. Or a script using several dsjob commands without one of the 'wait' options specified.