30 jobs are running in unix.i want to find out my job.how
to do this?Give me command?

Answers were Sorted based on User's Feedback



30 jobs are running in unix.i want to find out my job.how to do this?Give me command?..

Answer / priyadarshi

ps -ef|grep PID

Is This Answer Correct ?    9 Yes 0 No

30 jobs are running in unix.i want to find out my job.how to do this?Give me command?..

Answer / mahesh

If you dont know the PID, try below:

ps -ef|grep USER_ID|grep JOB_NAME

Is This Answer Correct ?    2 Yes 0 No

30 jobs are running in unix.i want to find out my job.how to do this?Give me command?..

Answer / sudheer

dsjob -ljobs project

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Data Stage Interview Questions

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,


i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?

2 Answers  


What is diff between Junk dimensions and conform dimension?

4 Answers   Polaris,


I have a few records just I want to store each records tow times in target how?

2 Answers   Polaris,


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

0 Answers  






State the difference between an operational datastage and a data warehouse?

0 Answers  


How to lode data in sequntional files perform faster?

1 Answers   Polaris,


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,


I have a few records all are same structures data, I want to store data in multiple targets how?

4 Answers   Polaris,


Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?

1 Answers   TCS,


How to remove blank spaces from data?

3 Answers  


what is main difference between change capture and change apply stages

4 Answers   IBM,


Categories