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

What is the difference between orabulk and bcp stages?

1 Answers  


How to remove blank spaces from data?

3 Answers  


How do you generate sequence number in datastage?

1 Answers  


create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid   salary   previoussalary 10      1000     null 20      2000     1000 30      3000     2000       40      4000     3000

5 Answers   Genpact,


Is the value of staging variable stored temporarily or permanently?

1 Answers  


if ename='subbu' while running job the job should be abort how come?

3 Answers   IBM,


what is meta data? Explain? Where it is used?

9 Answers  


I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?

3 Answers  


How to reverse the string using SQL?

1 Answers   CTS,


Define Merge?

1 Answers  


what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?

2 Answers  


Hi Can any one help regarding below INPUT NAME LOC Ram hyd Ram ban Raj chn Raj Pun Sam del OUPUT NAME LOC Ram Hyd ban Raj chn pun sam del

3 Answers   HCL,


Categories