Parallel jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Rajendra_89
Participant
Posts: 22
Joined: Fri Jul 12, 2013 7:32 am

Parallel jobs

Post by Rajendra_89 »

Hi all,
I have successfully installed DataStage Server Edition version 8.1 on my Windows 2003 machine
But I am not able create Parallel jobs, only Server and Sequence jobs are available

Can anybody please tell me If I can make Parallel jobs in Server Edition?

If yes then how?

Thanks in Advance!
Rajendra
ETL Developer
InfoCepts
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Nope.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Rajendra_89
Participant
Posts: 22
Joined: Fri Jul 12, 2013 7:32 am

Post by Rajendra_89 »

Hi Chulett ,

Thanks for the answer... I guess I will have to dig the ways to resolve my project issues
Rajendra
ETL Developer
InfoCepts
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can simulate parallel jobs using multi-instance server jobs, and/or using Link Partitioner stages within a server jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Rajendra_89
Participant
Posts: 22
Joined: Fri Jul 12, 2013 7:32 am

Post by Rajendra_89 »

Hi Ray,

Thanks for the suggestion
Would like to guide me more on this ?
Rajendra
ETL Developer
InfoCepts
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read about these techniques in the Server Job Developer's Guide.

With multi-instance jobs you will need to implement a technique for splitting your data over the available instances. For example, where the source is a database table, use a parameterized WHERE clause to specify separate subsets of rows for separate instances.

The Link Partitioner stage does the same kind of thing within a job; input rows are split using a partitioning algorithm that you specify, onto separate output links.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply