Transformation -- Within Lookup

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
dsnk
Premium Member
Premium Member
Posts: 10
Joined: Fri Jun 15, 2012 12:11 am
Location: USA

Transformation -- Within Lookup

Post by dsnk »

Hi,

I have lookup criteria where I have to implement a business transformation on the output filed if the lookup is success. And implement a different logic if the lookup fails.

Normally, we used to have a flag from the Lookup stage. And based on the flag value, we will implement the Transformation logic in the next Stage (usually transformer).

Is there a way to implement the business transformation logic along with the lookup process within a single stage? Or is there a way to implement transformation logic in Lookup/Similar stage?

Please suggest.

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In a word, no. The philosophy of parallel job design is one stage, one task. Lookup stages do lookups, Transformer stages do transformation.
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