Page 1 of 1

unix shell script

Posted: Mon Apr 21, 2008 3:46 am
by ramukyajiv
i have three jobs to be scheduled,two need to be run everyday and third need to be run on every alternate day and if any job fails,three jobs need to be run the next day.....please some one help me in writing the script....unix shell script....cheers

Posted: Mon Apr 21, 2008 4:53 am
by ray.wurlod
Welcome aboard. DataStage is not the tool for this. Use a scheduler - either the one in the operating system (cron or at) or a third-party scheduler.