scheduling

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

scheduling

Post by vardhan354 »

Hi,

i need to schedule a job for continuous run using datastage director,

for ex:-

job name : -- abcd

After finishing the job it has to restart again.

is it possible using datastage director.

please give your valuble suggestions.

thanks in advance.
ETL
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's not possible via the DataStage Director, which leverages cron behind the scenes on a UNIX server. Perhaps an Enterprise Scheduler could be setup like that. Another approach is to build a job control 'wrapper' and schedule that. The wrapper would be responsible for running the other job in a loop, restarting it every X whatevers. I'd suggest considering some way to get out of that looping construct gracefully rather than just build an infinite loop.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Post by vardhan354 »

Thanks chulett for your response.

The custom, build. wrapper options are with datastage client interface without using third party tools are available from enterprise edition(parallel Extender) , but now i am trying to implement this functionality in sever jobs(7.5).

correct me from wrong.

So please provide some more info to create a loop.

To create a loop we need to know the status of the job,how to trace it.


Thanks in advance.
ETL
Post Reply