What is the Difference between Change capture stage and
Difference Stage ? What are its significance individually ?
Answer Posted / rakesh gupta
There is not much difference between cdc stage and difference stage.Both the stage similar.
Difference between cdc stage and difference are following:-
1.In CDC stage,we should have same number of columns and same column name from both the input link.However,In difference stage we can have different number of column and Different column name.
2.The CDC stage takes two input data sets, denoted before and after, and outputs a single data set whose records represent the changes made to the before data set to obtain the after data set.However,Difference stage performs a record-by-record comparison of two input data sets, which are different versions of the same data set designated the before and after data sets. The Difference stage outputs a single data set whose records represent the difference between them.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Why do you need stage variables?
How do you start developing a datastage project?
What is the process of killing a job in datastage?
Where the datastage stored his repository?
What is the difference between an operational datastage and a data warehouse?
What is job control?
how to write server Routine coding?
Which commands are used to import and export the datastage jobs?
What is use Array size in datastage
What are the types of containers and how to create them?
Can you highlight the main features of ibm infosphere information server?
What are system variables and sequencers in datastage
Which warehouse using in your datawarehouse
client know skid info?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this