i want send my all duplicate record one tar and all uniq
records one target how we will perfome explain
example:
input data
eid
251
251
456
456
951
985
out put/target1
251
251
456
456
out put/target2
951
985
how we will bring

Answer Posted / sreenu

Using aggregation and filter stage,
In aggregation stage we calculate the count of incoming
records and in filter we use count<>1 for output1, count=1 for
output2...

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you generate sequence number in datastage?

625


What is the difference between account and directory options ?

620


client know skid info?

1635


What is the difference between odbc and drs stage?

639


Define Merge?

878






WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE

3271


What are some prerequisites for datastage?

617


What a datastage macro?

638


Differentiate between hash file and sequential file?

585


If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

1631


How will you move hashed file from one location to another location?

1658


Describe link sort?

650


What is the difference between passive stage and active stage?

824


What is the difference between server job and parallel jobs?

672


in oracle target stage when we use load option and when we use upsert option?

1753