DSGetJobInfo

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

DSGetJobInfo

Post by India2000 »

Hi,

what should be the value of DSJOBINFO * ReturnInfo in DSGetJobInfo()?
is the right way to call in C in the transformer function to get a status of the another job.

DSGetJobInfo( JobHandle,DSJ_JOBSTATUS, ReturnInfo)?


This always returns 0. Any pointer is appreciated.

Thanks,
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Please consult the documentation to make sure you are calling it correctly. See the examples.

https://www.ibm.com/support/knowledgece ... bInfo.html
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And if you need more help, show us exactly what you are doing, how it is being used. Not just your call syntax.
-craig

"You can never have too many knives" -- Logan Nine Fingers
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

Post by India2000 »

i figured it out.


Thanks,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why not post your solution, to help someone else who might bump into the same problem?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply