Parallel Stage which supports both Input and 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
rockr
Participant
Posts: 17
Joined: Thu Feb 01, 2007 3:56 pm

Parallel Stage which supports both Input and output links?

Post by rockr »

Is there a parallel stage which supports both input and output links with the same metadata?

Like SEQUENTIAL FILE in SERVER ?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, many active stages like the transform and copy stages support both input and output links. The passive stage functionality you are referring to with server jobs does not exist in Parallel jobs. The "other" link in these stages is, where allowed, always a reject link in PX jobs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The reason is that that would be a "blocking operation" - a passive stage can not open its output(s) until its input has closed. Blocking operations interfere with (prevent) pipeline parallelism and are therefore banned.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In other words, you can't do a direct equivalent of your Server job in PX so I assume you'll need to break it up into two discrete jobs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply