Shared container with multiple output links

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Shared container with multiple output links

Post by vinothkumar »

Hi,
There is one shared container having 4 output links. I want to use that in my job accessing only 2 links alone instead of all. Remaining 2 links will be accessed in other job.

Is it feasible ?

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Simplest way to check is to try it.

You'll have to "use" all of the output links in some manner.
-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 »

Direct the "unused" links into some kind of a sink, such as a Copy stage.

You must connect four links in the job to four links in the Shared Container.
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