Lookup process

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
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

Lookup process

Post by shivadas »

Hi All,

for each source record, all the lookup data should be checked and then source data should be moved to output if matched.

This is because in 1 source record there will be N lookups values. This should check for all the matching lookup records and send the output...

I think in Build stage type, Build-> logic ->per record we can do, but strucked how do i write. i know, one thing we need to write in C++ code. but dont know which all existing functions i can use ... and how

I tyed using some commands like cout>>"test"; but it gave me error.
can any one help me on this

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

Post by ray.wurlod »

1. Create a complete specification in English.
2. Hire a competent C++ programmer to create your code.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. Create a complete specification in English.
2. Hire a competent C++ programmer to create your code.
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