Scheduling a job to run on the hour every hour

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
wjfitzgerald
Participant
Posts: 72
Joined: Tue Feb 05, 2008 4:38 am

Scheduling a job to run on the hour every hour

Post by wjfitzgerald »

Hi,

I am looking to schedule a job to run on the hour every hour.

can any one point me in the right direction please?

Thanks,

John Fitz
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. Write your own job control routine.

2. Use a third-party scheduler and the dsjob command line interface.

3. Schedule it through Director (which uses AT) 24 separate times - one for each hour - every day.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
wjfitzgerald
Participant
Posts: 72
Joined: Tue Feb 05, 2008 4:38 am

Post by wjfitzgerald »

thanks for the suggestion ray.

Pity that the DS scheduler doesn't offer the option, but you have to love a challenge!!
John Fitz
wjfitzgerald
Participant
Posts: 72
Joined: Tue Feb 05, 2008 4:38 am

Post by wjfitzgerald »

Actually, was just playing with the scheduler and it is possible to schedule the job 24 times, painful but possible!
John Fitz
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That was the third option I suggested.

Premium membership is not expensive, at less than 30c per day, and it helps to defray the hosting and bandwidth costs incurred by DSXchange.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply