Page 1 of 1

Regarding Running QS jobs

Posted: Tue Jul 25, 2006 2:09 pm
by gsym
Hey

I like to know whether we can able to schedule jobs using a 3rd party tool and how?

Thank you

Posted: Tue Jul 25, 2006 2:20 pm
by Krazykoolrohit
write a unix script which runs datastage job and then call that scirp with your third party tool.

Posted: Tue Jul 25, 2006 3:09 pm
by ray.wurlod
There is a command line interface for QualityStage (if that's all you want to do). There are three scripts (in the Scripts directory) for each deployed job; one suffix for each run mode. See page 8-8 of the QualityStage Designer User Guide for more information,

If you are invoking QualityStage from a DataStage job, then use the command line interface for DataStage (dsjob) to invoke that job.

Thanks for the reply guys

Posted: Tue Jul 25, 2006 5:07 pm
by gsym
It was really helpfull

Thanks guys