Page 1 of 1

Confirmation

Posted: Fri Oct 10, 2008 1:48 pm
by Nagaraj
Hi there,

I wanted to know whether
Datastage server job sequence with parallel job execution,
If i try to run the server sequence(which includes parallel jobs),
How the jobs are going to run? in Parallel?
just curious to know whether it forces the parallel jobs to run sequentially.

Thanks
-Raj

Posted: Fri Oct 10, 2008 9:46 pm
by visvacfirvin
Datastage Parallel jobs runs parallely (provided you use two node config file) in sequential fashion in the way its sequenced in Job Sequence. :wink:

Posted: Sat Oct 11, 2008 11:04 am
by kduke
A sequence job can run parallel jobs. No problem. It does not effect the parallel execution in any way. A sequence job is to run jobs in a specific order whether they are parallel or server jobs.

Posted: Mon Oct 13, 2008 8:27 pm
by Nagaraj
Yes that is what even i feel,
we have to types of sequences right?
Server Sequence and Parallel Sequence.

Server sequence is for server jobs
and
Parallel sequence is for parallel jobs.

just a thought
------------------
is there any effect on execution(i.e parallel execution and server excution)
if i use server sequence to run parallel jobs.

what changes i can see?

Posted: Mon Oct 13, 2008 8:48 pm
by kduke
There is only one type of sequence job. It runs both server jobs and parallel jobs. A sequence job just happens to be a server job. You can mix and match server and parallel jobs. You also run server or parallel jobs from command line with dsjob. I see no big deal. Once a job is started it makes no difference how it got started. It runs the same.