what is the unix script to run the job?
Please mention commands which we use often?

Answers were Sorted based on User's Feedback



what is the unix script to run the job? Please mention commands which we use often?..

Answer / shweta

Unix command to run Datastage job ::
dsjob -run -jobstatus projectname jobname

Is This Answer Correct ?    11 Yes 1 No

what is the unix script to run the job? Please mention commands which we use often?..

Answer / sekhar naskar

/opt/IBM/InformationServer/Server/DSEngine/bin/dsjob -run -
wait -jobstatus -param
<Parameter_Name1>=<Parameter_Value1> -param
<Parameter_Name2>=<Parameter_Value2> <Project_Name>
<Job_Name>

Some times you can use dsjob instead
of /opt/IBM/InformationServer/Server/DSEngine/bin/dsjob

Is This Answer Correct ?    6 Yes 1 No

what is the unix script to run the job? Please mention commands which we use often?..

Answer / kiran

by using
dsjob -run -parametere<param name> -mode -wait -projectname
or -jobname

here ds job is command
-run is keyword

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More Data Stage Interview Questions

Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2

0 Answers  


What is the default padding character?

3 Answers   IBM,


Hi guys, please design job for this, MY INPUT IS COMPANY,LOCATION IBM,CHENNAI IBM,HYDRABAD IBM,PUNE IBM,BANGLOORE TCS,CHENNAI TCS,MUMBAI TCS,BANGLOORE WIPRO,HYDRABAD WIPRO,CHENNAI HSBC,PUNE MY OUTPUT IS COMPANY,LOCATION,COUNT IBM,chennai,hydrabad,pune,banglore,4 TCS,chennai,mumbai,bangloore,3 WIPRO,hydrabad,chennai,2 HSBC,pune,1 Thanks

3 Answers   IBM,


how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project

2 Answers   Wipro,


i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?

4 Answers   L&T,






in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?

1 Answers   IBM,


what is a force compile

2 Answers   Cap Gemini, IBM,


Differentiate between datastage and informatica?

0 Answers  


i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?

1 Answers  


what is the unix script to run the job? Please mention commands which we use often?

3 Answers   TCS,


Difference between sequential file and data set?

0 Answers  


1) In a dataset how to delete a single row? 2) i have 50 rows , i want to display 5-7 records only? How to write the sql query? 3)i have 40 rows,i want to display last row? write sql query?

7 Answers   Wipro,


Categories