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

where we use config file as parameter ?

1 Answers   IBM,


Name the third party tools that can be used in datastage?

1 Answers  


how many rows sorted in sort stage by default in server jobs

1 Answers   Syntel,


What is the difference between SQl Loader and OCI in datastage?

2 Answers   CSC,


how to create document in datastage?

1 Answers   Cap Gemini,


WHAT IS FORCE COMPILE?

3 Answers   FIS, HCL, Polaris,


HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?

4 Answers   L&T,


Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3

1 Answers   Alpharithm Technologies,


explain unit testing,systemtesting,integrated testing

1 Answers   CSC,


what is factless fact table?

3 Answers   IBM,


How and where you used hash file?

1 Answers  


Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please

1 Answers   Systime,


Categories