server jobs in parllel

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
chandra
Participant
Posts: 88
Joined: Sun Apr 02, 2006 6:50 pm
Location: India

server jobs in parllel

Post by chandra »

can we run server jobs in parllel Edition :shock:
chandra ,
Hyd
vskr72
Premium Member
Premium Member
Posts: 128
Joined: Wed Apr 28, 2004 9:36 pm

Post by vskr72 »

Yes - You can use them. You can create a shared container in a Designer and add the necessary functionality into it. Then you can call this shared contained (created in Server environment) in the parallel jobs.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The Parallel a.k.a Enterprise Edition includes Server jobs, so both types of jobs can be built and run.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read Chapter 2 of Parallel Job Developer's Guide (the very end of the Chapter) for restrictions on using server job shared containers in parallel jobs.

You can also use the BASIC Transformer (effectively the server Transformer) stage in parallel jobs, except to perform lookups.
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