Regarding DSGetJobInfo Function

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

Regarding DSGetJobInfo Function

Post by deesh »

Hi Friends
Can explain how to use the "DSGetJobInfo Function " in job.

and where to use this "DSGetJobInfo Function "
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is also a C-callable variant of the DSGetJobInfo() function that you can incorporate in your own parallel routines.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Re: Regarding DSGetJobInfo Function

Post 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,
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply