Page 1 of 1

running job every 1 hr

Posted: Thu Jan 06, 2005 11:26 am
by bobby
Hi ,
please advice if it possible to run just a single job every hour in datastage,
if yes whts the option.
Thanks,
Bobby

Re: running job every 1 hr

Posted: Thu Jan 06, 2005 11:55 am
by ogmios
Schedule your job seperately for every hour. So you would schedule 24 times the same job (each for a different hour).

Personnally I would write a BASIC control job that sits in a loop, waits an hour (using Sleep), executes the jobs, ...

Ogmios

Posted: Thu Jan 06, 2005 12:40 pm
by pramod_au
Hi

We can also write a shell script which invokes this DS job.Schedule the script on hourly basis in CRONTAB.


Thanks
Pramod