pass values to job parameters in a sequencer

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

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

Post by kduke »

You cannot use the return value in a routine activity because it should return @TRUE or @FALSE. You have to return the value in an argument.
Mamu Kim
vinaymanchinila
Premium Member
Premium Member
Posts: 353
Joined: Wed Apr 06, 2005 8:45 am

Post by vinaymanchinila »

hi Kim,
I am using
UtilityHashLookup('HashFile',Cloumn,1) and I was expecting it will return the lookup value.

How do I capture the value in an argument
Thanks,
Post Reply