Hi ,
Today 1000 records updated, tomorrow 500 records updated how
to find that?
Answer Posted / murali
By using CDC stage ..provide before and after datasets to CDC through CDC stage u get change code =3 then you can get updated records
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is size of a transaction and an array means in a datastage?
whom do you report?
What could be a data source system?
Can you implement SCD2 using join, transformer and funnel stage?
How to convert RGB Value to Hexadecimal values in datastage?
what is the difference between == and eq in UNIX shell scripting?
What is process model?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What are the steps needed to create a simple basic datastage job?
Explain entity, attribute and relationship in datastage?
What are stage variables?
Can you explain link buffering?
Define meta stage?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4