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
martin
Participant
Posts: 67
Joined: Fri Jul 30, 2004 7:19 am
Location: NewJersy

Scheduling

Post by martin »

Hi,

Would some one help me with script to schedule single DataStage job on UNIX box to run evry day at 6pm.

Thanks
Martin
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Via the Director's 'Add to Schedule' option, no script needed.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Your UNIX administrator may need to configure your user id into the cron.allow (and/or at.allow) file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
martin
Participant
Posts: 67
Joined: Fri Jul 30, 2004 7:19 am
Location: NewJersy

Post by martin »

Hi Ray,

My userid is configured for cron.allow. I would really appreciate if can help me.

Thakns
Martin
rasi
Participant
Posts: 464
Joined: Fri Oct 25, 2002 1:33 am
Location: Australia, Sydney

Post by rasi »

Martin

Check out this post viewtopic.php?t=99201

Thanks
Regards
Siva

Listening to the Learned

"The most precious wealth is the wealth acquired by the ear Indeed, of all wealth that wealth is the crown." - Thirukural By Thiruvalluvar
srimitta
Premium Member
Premium Member
Posts: 187
Joined: Sun Apr 04, 2004 7:50 pm

Post by srimitta »

Rasi,

Thanks............But The topic or post you replyed with does not exist....
rasi
Participant
Posts: 464
Joined: Fri Oct 25, 2002 1:33 am
Location: Australia, Sydney

Post by rasi »

Srimitta

I click the URL and it opens in a new window.

Cut and paste viewtopic.php?t=99201 in your address

Thanks
Regards
Siva

Listening to the Learned

"The most precious wealth is the wealth acquired by the ear Indeed, of all wealth that wealth is the crown." - Thirukural By Thiruvalluvar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

martin wrote:My userid is configured for cron.allow. I would really appreciate if can help me.
Martin - Help you how? Are you having a problem? If so, please state it, otherwise how do we know how to help you? :?

Otherwise it literally is as simple as clicking on 'Add to Schedule', then 'Every' and entering a time of 6pm. Supply the parameter values needed and cron will run your job every day at 6pm.

If you need a script to run a job using the 'dsjob' command, then the post that Rasi linked to is one such example. Then you'll need to do your own scheduling via cron or an enterprise scheduler like Control-M.
-craig

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