I am having the 2 source files A and B and I want to get the
output as, the data which is in file A and which doesn't in
file B to a target 1 and which is in file B and which doesn't
in file A to a target 2?

Answer Posted / upputuri.vinod

I am going to explain with example.

A B T1 T2
1 1 2 7
2 7-----> Now according to the QA in 3 9
3 9 4 5.
4 5


i am going to use the lookup stage..


1-------LK2<----B
! !
! !
T2 A---->LK1------1

T1


here T1 is the rejected data from LK1 where T2 rejected data
from LK2.

The condition in LK is Reject.

I hope U got the point..

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How a source file is populated?

620


What steps should be taken to improve Datastage jobs?

641


How do you remove duplicate values in datastage?

632


How to perform incremental load in datastage?

668


What is ibm datastage flow designer?

687






How rejected rows are managed in datastage?

924


Describe the architecture of datastage?

572


How do you schedule or monitoring the job?

669


What is difference between symmetric multiprocessing and massive parallel processing?

653


What are the types of jobs we have in datastage?

672


How to Remove Duplicate using SQL?

846


Differentiate between datastage and informatica?

727


What are orabulk and bcp stages?

649


Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC

968


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

2181