Hi This is Vijay,

How can your remove the duplicates in sequential File?

Answers were Sorted based on User's Feedback



Hi This is Vijay, How can your remove the duplicates in sequential File?..

Answer / naga

where you guys find filter option in sequential file

Is This Answer Correct ?    0 Yes 0 No

Hi This is Vijay, How can your remove the duplicates in sequential File?..

Answer / charan

hi this is charan
in sequential file there is no distinct keyword.But we use sequential file properties reject mode=output and then use remove duplicate stage based on key column(here we can't store the duplicate records).

Is This Answer Correct ?    0 Yes 0 No

Hi This is Vijay, How can your remove the duplicates in sequential File?..

Answer / kiran

Hai Venugopal..,

This is kiran............

I tryied but im not getting proper result...please try
again please intimate me.........

Thanks you...................

Is This Answer Correct ?    1 Yes 2 No

Hi This is Vijay, How can your remove the duplicates in sequential File?..

Answer / manoj

By using "DISTINCT" key word can remove all the duplicates
in the record or file .......

Is This Answer Correct ?    1 Yes 3 No

Hi This is Vijay, How can your remove the duplicates in sequential File?..

Answer / venugopal

Hi Vijay it's simple

In the source sequential file goto Output->Properties
under options you mention reject mode = Output.

This will gives the duplicate records in the output.

This will 100% work why because in my present project we
are using the same format.

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Data Stage Interview Questions

Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how

0 Answers   TCS,


What are the repository tables in datastage?

0 Answers  


difference between server shared container and parallel shared container

6 Answers   CTS,


What are the various kinds of the hash file?

0 Answers  


What is PX?

2 Answers   IBM,






Describe stream connector?

0 Answers  


1)What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?

1 Answers   Hexaware,


What are the partition techniques available in your last project?

1 Answers  


Define Job control?

0 Answers  


What is the use of datastage designer?

0 Answers  


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?

11 Answers   CTS,


HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?

4 Answers   L&T,


Categories