Hi Vijay here
For Four CPU's how many nodes will required?
Answers were Sorted based on User's Feedback
Answer / kiran
hai..,
Let us assume each cpu takes one node and total is 4 nodes
and clearly say cpu is server or stnd alone system please
mention .
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / datastage4you.blogspot.in
generally we are following : n/2 node file
where n is no of cpu on the server.
| Is This Answer Correct ? | 2 Yes | 0 No |
which memory is used by lookup and join
How to display errors in datastage?
Why we need datasets ratherthan sequential files?
how can you generate sequence number using only the sequential file stage?
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
What is process model?
How do you schedule or monitoring the job?
Where the datastage stored his repository?
How and where you used hash file?
how to convert rows into columns
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C