How to run the job in unix

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
dvpawankumar
Participant
Posts: 46
Joined: Fri Oct 06, 2006 6:36 am
Location: Tucson

How to run the job in unix

Post by dvpawankumar »

I designed a job in datastage Designer.I want to run this job in Unix.Please tell me the steps what are the basic things i have to follow to do this.
pravin1581
Premium Member
Premium Member
Posts: 497
Joined: Sun Dec 17, 2006 11:52 pm
Location: Kolkata
Contact:

Re: How to run the job in unix

Post by pravin1581 »

dvpawankumar wrote:I designed a job in datastage Designer.I want to run this job in Unix.Please tell me the steps what are the basic things i have to follow to do this.

The jobs can be run with the "dsjob" commands .
dvpawankumar
Participant
Posts: 46
Joined: Fri Oct 06, 2006 6:36 am
Location: Tucson

Re: How to run the job in unix

Post by dvpawankumar »

could you please Send me the detailed syntax

pravin1581 wrote:
dvpawankumar wrote:I designed a job in datastage Designer.I want to run this job in Unix.Please tell me the steps what are the basic things i have to follow to do this.

The jobs can be run with the "dsjob" commands .
ajay.prakash03
Participant
Posts: 54
Joined: Mon May 28, 2007 12:41 am
Location: Chennai

hi

Post by ajay.prakash03 »

try to use this---
1> dsjob-run-jobstatus projectname jobname

or

2>use dsjbob executable command ..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The syntax of the previous posters message isn't quite correct, you can look up the command line in the documentation or just execute dsjob with no options to get the help.
try dsjob -run -mode NORMAL <project> <job>
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Re: How to run the job in unix

Post by John Smith »

dvpawankumar wrote:I designed a job in datastage Designer.I want to run this job in Unix.Please tell me the steps what are the basic things i have to follow to do this.
you can also try using the Scheduler in DS Director and once the job has been scheduled, edit the cron entry which can be used to run the jobs.
Post Reply