How can you find out whether datastage process is running
or not in unix?
Answers were Sorted based on User's Feedback
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 |
Why we use parameters instead of hard code in datastage.
what is the difference between == and eq in UNIX shell scripting?
there are two schemas x and y are there. some data is in x schema. i want to use that in y schema..how can i use? please give some possibilities
What is audit table?
What is difference between server jobs & parallel jobs?
Hi am sundar, i have datas like 00023-1010 00086-1010 00184F2-1010 . . . . SCH-AS-1010 200-0196-039 . . . Now i want the result "SCH-AS" in onee column and "1010" in another column.. Can any one tell the answer...
What is the surrogate key? what is the use of surrogate key? how to Create surrogate key Generator in scd2 in 8.5?
If you want to use a same piece of code in different jobs, how will you achieve this?
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
i have a table col1 10 20 30 40 10 20 50 my requirement is how to retrive only duplicates like 10 10 20 20 like this how it's possible in SQL?
Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?