How to call Datastge job using Active batch schedular

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
murari83.ds
Participant
Posts: 9
Joined: Sun Aug 19, 2007 11:44 pm

How to call Datastge job using Active batch schedular

Post by murari83.ds »

Hi

I am running the Datastage job using Active batch schedular...I am able to call the datastage jobs using below command.

dsjob -run -mode NORMAL -warn 999 Project_name job_name

The above job are running successfuly.
for eg my Datastage job take 20 min to complete the job, but active batch schedular not waiting for the datastage job completation.


Can you please suggest me what are steps need to follow

Thanks
Murari
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Add either -wait or -jobstatus to the command, either will cause it to wait. The difference between the two is documented in the Programmer's Guide pdf, as are all dsjob options.
-craig

"You can never have too many knives" -- Logan Nine Fingers
murari83.ds
Participant
Posts: 9
Joined: Sun Aug 19, 2007 11:44 pm

Post by murari83.ds »

-wait option work fine

Thanks chulett
ramakrishna
Post Reply