Page 1 of 1

How to run the job in unix

Posted: Thu May 31, 2007 1:37 am
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.

Re: How to run the job in unix

Posted: Thu May 31, 2007 2:02 am
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 .

Re: How to run the job in unix

Posted: Thu May 31, 2007 2:45 am
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 .

hi

Posted: Thu May 31, 2007 3:21 am
by ajay.prakash03
try to use this---
1> dsjob-run-jobstatus projectname jobname

or

2>use dsjbob executable command ..

Posted: Thu May 31, 2007 4:03 am
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>

Re: How to run the job in unix

Posted: Thu May 31, 2007 6:01 am
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.