Differentiate between data file and descriptor file?
No Answer is Posted For this Question
Be the First to Post Answer
how to call sequential generator in datastage?
How can u write exception handling in seq file????
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
Is there any possibility to generate alphanumeric surrogate key?
What are orabulk and bcp stages?
What is the function in Transformer stage can act as Rank Function in oracle
What is the difference between datastage and datastage tx?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
How many jobs in ur project? Explain any complex job u have done in ur project?
What is aggtorec restructure operator?
How do you import and export data into datastage?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .