DS Schedular

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
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

DS Schedular

Post by DSguru2B »

Can anyone tell me where can I view the Datastage Job scheduled tasks in UNIX.
Under which folder I can find?
Can it be hacked? ( as in modified to ones need)

Thanks
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 »

There is no 'DataStage Scheduler', it leverages existing O/S mechanisms. On UNIX, that would be 'cron' - specifically, the crontab of the user that did the scheduling is where you would find the information.

Hack at your own risk. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
mauherga
Participant
Posts: 31
Joined: Thu Mar 02, 2006 9:47 am
Location: Mexico

Post by mauherga »

Hi DSguru2B,

DS use de crontab and at of your system. All the people can access using the same user can modified that and root of course.

Regards.
maurik
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Craig,
So when we Schedule a Job through the director, for this week, this day and this time; so where is this code generated at the back end and stored at. Just say if a person is using the Director to Schedule jobs.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

On UNIX look at cron and crontabs.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Thanks Andrw.I am aware of where to find the Crontab.
But my question again re-phrased is that,
Where is all the code stored for the job that is scheduled using the director?

Thanks
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The code for jobs resides in the project directory, spread across several files. Whether the job is scheduled or not makes no difference. The scheduling information for a job is stored in the crontab file on your system. The scheduler will use dsjob to start the datastage job at the given time with the defined parameters and values.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Thanks. Got understood. I was assuming that there will be seperate instances using the director and using the crontab at unix.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply