Job scheduling information from command line

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
venkatesh pentela
Participant
Posts: 6
Joined: Tue Nov 07, 2006 3:45 am
Location: United States

Job scheduling information from command line

Post by venkatesh pentela »

Hi All,

We are not having privilege to get login to DS Director.But,i want to see job sceduling information from the command line[Timings].As we can generate job reports,info using dsjob,is there any command for this scheduling info. also?.Please note that,we are using DS 5X version [Server].Please reply with ur valuable suggesions.

Thanks,
Venkatesh Pentela
DetLion
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

Even if you do scheduling through Datastage director in the background a crontab entry is the result.

Cron is a Unix/Linux program scheduler. It'll automatically execute commands on your server according to a schedule you specify.

You can see the schedule list with

Code: Select all

crontab -l [username]: List 

List the job schedule for a user (or yourself if username is not used).
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Post Reply