use the new value as job parameter for a loop

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

kunj201
Participant
Posts: 15
Joined: Tue May 03, 2005 8:02 pm

Post by kunj201 »

Got the solution... :lol:

a BIG thanks to all for your time and efforts..

Here is the ultimate solution....

The error above was eliminated by use of new function with the code:


$INCLUDE DSINCLUDE JOBCONTROL.H
DEFFUN UtilityHashLookup(Arg1, Arg2, Arg3) CALLING "DSX.UTILITYHASHLOOKUP"
* NOTE The routines catalog name is in all upper case!

Ans = UtilityHashLookup(Arg1, Arg2, Arg3)
-----------------

hash file would not be read by UtilityHashLookup if you use PATH OR ACCOUNT..
select ACCOUNT and leave it blank...

----
Thanks again :)
Post Reply