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 push and pull technique??? I want to two seq files using push technique import in my desktop what i will do????
Main Function of the Staging area in DWH ?
How do you load 10 different sources with 10 different layouts to 10 different tables?
8000 jobs r there i given commit, suddenly job will abort? what happens? 2)diff b/t transformer stage & filter stage? 3)how to load the data in the source?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
Difference between in process and inter process?
explain how to create SCD-2 IN DATASTAGE 7.5X2 PLZ EXPLAIN WITH 4 OR 5 RECORDS TAKE IT EXAMPLE AND JOB DESINGN URGENT
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
What is RCP?
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