Sheduling tools for Datastage

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
Lucky
Participant
Posts: 31
Joined: Mon Oct 10, 2005 11:05 pm

Sheduling tools for Datastage

Post by Lucky »

Hi,

Can any one tell me What are the Sheduling tools available to Shedule the Datastage jobs except Cron.And which one is better to shedule the Datastage Jobs.

Regards
Luck
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

There's no better or worse. Jobs are started thru the command line interface program dsjob. What starts that is up to you.

Enterprise schedulers are a good thing. Some do a lot and cost a lot more. Others do less and are cheap. Control-M, Maestro, an Autosys are the high-end products, but they all start DS jobs the same way: dsjob.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Lucky
Participant
Posts: 31
Joined: Mon Oct 10, 2005 11:05 pm

Post by Lucky »

Thank U Bland.
rkdatastage
Participant
Posts: 107
Joined: Wed Sep 29, 2004 10:15 am

Post by rkdatastage »

Hi KCBland

In which situation can i use third party scheduler.
when can i schedule jobs using ds scheduler or any third party scheduler.
what are the other advantages when we go for third party scheduler.

Thanks in advance

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

Post by ray.wurlod »

cron and at are free. They're part of UNIX. That's the only advantage. Other than that it really doesn't matter. A third-party scheduler may fit the enterprise's other scheduling requirements better, but it's not an issue for DataStage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
palaniappan
Participant
Posts: 41
Joined: Wed Mar 05, 2003 1:28 am

Post by palaniappan »

In our Project we use Tivoli as the scheduler. The advantage of it over others is that you can add dependencies. But as said, Tivoli also triggers jobs through dsjob only.

Thanks, Pal.
rkdatastage
Participant
Posts: 107
Joined: Wed Sep 29, 2004 10:15 am

Post by rkdatastage »

Thanking you paricipants for your response

RK
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
If the third party tool mention above are used, during production it requires verly less knowledge of usage and access/ Previlage. Intervention to datastage is also reduced.
Also during DS application shutdown, thirdparty tool may help us know and identify the exact state.

-Kumar
Post Reply