my source is sequencial file and my target is dataset.
i am running the job in two node configuration file.
my source having 10 records how the data move to target?
Answer Posted / kavi
If we use Round Robin partitioning method,5 rows in one
node & another 5 rows in 2nd node.
If it is Entire partitioning method,all the 10 rows go into
both the nodes.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of pivot stage and types of containers in datastage
What are routines in datastage?
What all the types of jobs you developed?
What is difference between join, merge and lookup stage?
Where do the datastage jobs get stored?
What is the project in datastage?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
What is the use of datastage designer?
What is process model?
What are sequencers?
how do u catch bad rows from OCI stage? And what CLI stands for?
How do you remove duplicate values in datastage?
Can you explain link buffering?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
If you want to use the same piece of code in different jobs, how will you achieve it?