datastage shudular

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
suresh_dsx
Participant
Posts: 160
Joined: Tue May 02, 2006 7:49 am

datastage shudular

Post by suresh_dsx »

hi guys,
using datastage director ,i am scheduleing batches and some other jobs .i have only less features with that...any one knows any other tools (vendors) supporting scheduler in datastage.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage does not have a scheduler. It uses the default Windows AT or UNIX cron for scheduling.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In other words, you can use pretty much any one you want. Learn to love 'dsjob'! :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
ashwin141
Participant
Posts: 95
Joined: Wed Aug 24, 2005 2:26 am
Location: London, UK

Post by ashwin141 »

You can possibly use

Cron Scheduler
Autosys or
Tivoli Job Scheduler.

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

Post by ray.wurlod »

Or:
SeeBeyond
Control-M
UC4

There are lots of third-party schedulers out there.

You can even write your own! Even in DataStage BASIC, as a job control routine that runs continuously (or almost continuously).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

From a private message:
suresh_dsx wrote:hey , u told me that .... other than datastage shudular we can go for DSJob what r the options in dsjob,.,,,,,how can i use (shudulur)
You would use the 'dsjob' command from any of the 3rd party Enterprise schedulers already noted. All it does is allow you to run any DataStage job (including Sequence jobs) from the command line. Most people will 'wrapper' it with scripting to check status, assign parameters, etc etc - a couple have been posted here and a search should turn them up.

As for the dsjob options, they are fully documented in the Command Line Interface section of the DataStage Development Kit (Job Control Interface) chapter in the Server Job Developer's Guide pdf manual. That's chapter 19 in my 7.5.1A version.
-craig

"You can never have too many knives" -- Logan Nine Fingers
jojipjohn
Participant
Posts: 52
Joined: Wed May 17, 2006 3:40 am
Location: India

Use crontab

Post by jojipjohn »

Use dsjob command in crontab to schedule.
Joji John
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You might as well stick with the DataStage 'scheduler' in that case. :?
-craig

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