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
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 |
What is the difference between orabulk and bcp stages?
How to remove blank spaces from data?
How do you generate sequence number in datastage?
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
Is the value of staging variable stored temporarily or permanently?
if ename='subbu' while running job the job should be abort how come?
what is meta data? Explain? Where it is used?
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?
How to reverse the string using SQL?
Define Merge?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
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