running job every 1 hr

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
bobby
Participant
Posts: 86
Joined: Mon Jul 19, 2004 8:31 pm

running job every 1 hr

Post 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
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: running job every 1 hr

Post 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
In theory there's no difference between theory and practice. In practice there is.
pramod_au
Participant
Posts: 30
Joined: Thu Feb 06, 2003 8:30 am
Location: London,UK

Post 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
Thanks
Pramod
Post Reply