How can you find out whether datastage process is running
or not in unix?

Answers were Sorted based on User's Feedback



How can you find out whether datastage process is running or not in unix?..

Answer / oct10

by unix command ps-ag

Is This Answer Correct ?    17 Yes 3 No

How can you find out whether datastage process is running or not in unix?..

Answer / abhimanyu

ps -ef | grep jobname

Is This Answer Correct ?    9 Yes 1 No

How can you find out whether datastage process is running or not in unix?..

Answer / shikha

ps -ef | grep phantom

This will give list of all the processes running on that
node along with time and job/sequence name

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Data Stage Interview Questions

Explain Quality stage?

0 Answers  


A flat file contains 200 records. I want to load first 50 records at first time running the job, second 50 records at second time running and so on, how u can develop this job?

1 Answers   TCS,


Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.

4 Answers   UHG,


How to work with XML out put stage? Please explain step by step? i need to generate XML file using Table data. Given is the .XSD file. Please help?

2 Answers   TCS,


Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.

4 Answers   iGate, Thirdware,






Can you explain link buffering?

0 Answers  


how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction

1 Answers   Reliance,


I am getting input value like X = Iconv(ā€œ31 DEC 1967ā€,ā€Dā€)? What is the X value? How it is? At what situation we r used Iconv(),Oconv().

1 Answers   Amdocs, TCS,


i have data like sam ram sam raj ram I want two targets trgt1 ram sam trgt2 raj how can i do this in datastage?

4 Answers   IBM,


Hi friends, I am new to datastage, i have one query in datastage any one you please give reply to my post. I have a workbook (excel sheet) named as eg: xxxx, in that i have two tables emp(eid, ename, salary, deptno) and dep(deptno, name, state). in my source i have ODBC enterprise stage read the emp table and dept table join the two table and write the dept no 10(eid,ename,salary,name,state) values in target(). Thanks, Badari

0 Answers  


what is the use of DSattchJob?DetachJob? where can we find it?

0 Answers   IBM,


Is there any possibility to generate alphanumeric surrogate key?

3 Answers   ABC, IBM,


Categories