Schedule job in yearly basis

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
agathaeleanor
Participant
Posts: 76
Joined: Mon Mar 05, 2007 9:26 pm
Location: Malaysia

Schedule job in yearly basis

Post by agathaeleanor »

Hi all Gurus,
I am not sure if this has asked before in the forum. I would like to know if we can schedule a job running in yearly basis?

thanks in advance.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This cannot be done with the interface in the Director, but since you are on UNIX you are probably using cron and you can schedule this by a line similar to:

@yearly {path_to_dsjob} {dsjob -run options}
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Of course it can be done via Director, it's just that you would need to manually 'Add to schedule' an entry for each year as far out as you'd need. One at a time. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply