Find job status of current job from routine

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
lordlebu
Participant
Posts: 9
Joined: Mon May 21, 2012 8:35 am
Location: Calcutta

Find job status of current job from routine

Post by lordlebu »

Hi,

I need to collect the job status of a current job without running it. I believe this can be done through a routine. I am new to coding in routines. Can you please suggest the functions that will be required?
Lebu
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DSAttachJob(), DSGetJobInfo() and DSDetachJob().
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