Hash file lookup

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
parsi_cnu
Charter Member
Charter Member
Posts: 43
Joined: Thu Dec 04, 2003 4:26 pm

Hash file lookup

Post by parsi_cnu »

Hi Everybody,
In the sequencer job im using a hash file routine and i want to capture that value and give input to the following job in sequencer. can anybody how to do.


Advance
Thanks
sri
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Sri

You need to pass the value back in an argument in the routine. It will give you a warning saying you are changing the value of an argument when you compile the routine but it is okay. So in the sequence you need to call this routine in a routine acivity. The parameter for the following job activity will need to be this argument. It will be selectable if you are using Ds7.x.
Mamu Kim
Post Reply