Page 1 of 1

DSGetJobInfo

Posted: Mon Aug 07, 2017 11:44 pm
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,

Posted: Tue Aug 08, 2017 6:28 am
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

Posted: Tue Aug 08, 2017 7:21 am
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.

Posted: Tue Aug 08, 2017 9:42 pm
by India2000
i figured it out.


Thanks,

Posted: Sun Aug 13, 2017 10:41 pm
by ray.wurlod
Why not post your solution, to help someone else who might bump into the same problem?