Search found 2 matches

by catiechase
Wed Jun 28, 2006 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call another job from job control and wait if it is running
Replies: 7
Views: 2698

I'm doing this in the job control of a job, so it is in the BASIC. I can't user the dsjob command from there. But your other suggestion works - I get a return value of 0 if the job is already running. THANKS!!!! Welcome! You can get the status using the command line program dsjob without needing a j...
by catiechase
Tue Jun 27, 2006 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call another job from job control and wait if it is running
Replies: 7
Views: 2698

call another job from job control and wait if it is running

I'm trying to use a job control in one job to call another job. I want to wait (sleep) if that other job is running. Multple instances won't really work, so i need to have the controlling job wait to call the job once it has finished. I'd like to just look up the job status on that job, but I don't ...