Joiner 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
tsktsk123
Participant
Posts: 32
Joined: Thu Dec 25, 2003 11:59 am

Joiner condition

Post by tsktsk123 »

hi,

I like to know if there is a way in which i can apply a condition in joiner stage. We need to pass the date from source and get corresponding value from lookup stage based on date between start and end date. Start and End date are the columns in lookup table(oracle stage).

Similarly like to know if we use any condition in lookup stage i.e give me value from the lookup where my source date falls between start and end date.

Appreciate any help on this.

regards,
senthil
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

If you search on 'range lookup' you will get many posts and options available to implement this.
Regards,
S. Kirtikumar.
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

Datastage 7 does not provide the range lookup. The Range lookup is added as the new feature in DS 8.
Birendra
tsktsk123
Participant
Posts: 32
Joined: Thu Dec 25, 2003 11:59 am

Post by tsktsk123 »

Thanks for the reply, is there any option in 7.5 using which we can implement this range lookup. One option is to use joiner/lookup and use a filter to apply the conditions. I like to know if there is any other option.
Post Reply