Page 1 of 1

Function return value through routine

Posted: Thu Aug 02, 2007 5:42 am
by sateeshbabu
Hi,

I have a requ like i need get the return value of function through routine and pass dat value to the target.

Cud anybody through some tips on this,Ihave no idea about routines.

Regards,
Sateesh.M

Posted: Thu Aug 02, 2007 5:50 am
by chulett
To get an idea, pop open the ones that ship with the product. A double-click will reveal all, including their source code.

You'll need to write a routine to return this mysterious value and pass it back out as its Ans(wer). Call the routine in a Sequence job and any downstream Job Activity stage can easily use RoutineStageName.$ReturnValue to assign it to a Job Parameter.