What are the functionalities of link collector?
Answer / Nishant Saxena
The Link Collector in Data Stage is responsible for collecting output streams from multiple stages and directing them to a single destination. This enables efficient data manipulation by reducing the number of connections between stages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?
Describe the architecture of datastage?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
What is the difference between account and directory options ?
how to create document in datastage?
explain unit testing,systemtesting,integrated testing
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
How many jobs in ur project? Explain any complex job u have done in ur project?
What is ibm datastage?
What is the difference between server job and parallel jobs?
Why do we use link partitioner and link collector in datastage?
1)Source file contains one record, I want 100 records in target file.