Job scheduling

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
devsonali
Premium Member
Premium Member
Posts: 155
Joined: Sun Mar 18, 2007 2:31 pm

Job scheduling

Post by devsonali »

Hi all

I am new to datastage and this is my first post in the form , Can anybody please explain how do I do job scheduling with unix shell scripts?

Thanks
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Please 'search' to find loads of answers.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Welcome Aboard :)
Please be advised that most of the common topics have been discussed in detail. Utilize the searchfacility extensively.
You need to identify your inhouse enterprise scheduler. Get in touch with them. They will help you set this up.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You'll need to leverage the dsjob command line command in your UNIX script (and it should be a generic script that all jobs can use) and then schedule that via your Enterprise Scheduling software.

You'll find a couple of such scripts posted here and much discussion on the subject.

You'll also find a complete discussion of 'dsjob' in the Server Job Developer's Job pdf in the Command Line Interface section.
-craig

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