Page 1 of 1

Regarding DSGetJobInfo Function

Posted: Mon Apr 07, 2008 1:58 am
by deesh
Hi Friends
Can explain how to use the "DSGetJobInfo Function " in job.

and where to use this "DSGetJobInfo Function "

Posted: Mon Apr 07, 2008 2:29 am
by ray.wurlod
It's a DataStage BASIC function so the only place you could use it in a parallel job is embedded in an before-job or after-job subroutine, or in a routine invoked from a BASIC Transformer stage.

You can use it far more widely in job sequences and server jobs, but that was not your question.

Posted: Mon Apr 07, 2008 2:30 am
by ray.wurlod
There is also a C-callable variant of the DSGetJobInfo() function that you can incorporate in your own parallel routines.

Re: Regarding DSGetJobInfo Function

Posted: Mon Apr 07, 2008 2:33 am
by priyadarshikunal
deesh wrote:Hi Friends
Can explain how to use the "DSGetJobInfo Function " in job.

and where to use this "DSGetJobInfo Function "
I think Ray is in good mood today. 8)

Regards,