join stage where condition

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
developeretl
Participant
Posts: 89
Joined: Sat Jul 24, 2010 11:33 pm

join stage where condition

Post by developeretl »

Hi,
Iam using the db2 stages and i want to implement where logic in the join stage .... is it possible for me to specify where conditions in the join stage??? please guide me
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

Post by nani0907 »

Where condition is not possible in Join stage.
thanks n regards
nani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Only implicitly. Within the Join stage you identify the "join keys" which would, in SQL, occur on either side of an "=" condition in a WHERE clause. But no other conditions are possible - it's a "pure" join.
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