How to send Common Data to other Dataset from source
I/P dATA
FileA FileB(10,11,12,13,14,15,16,17,18,19,20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
O/P1-------> File contain only uniq data which is not matched with FileB
o/P----------> fILE cONTAin only data which is not matched with FileA
o/P3-----> fILE cONTAIN oNLY cOMMON data From fILEA and File B
sOLUTION------------? NEXT pAGE
I/P dATA
FileA FileB(10,11,12,13,14,15,16,17,18,19,20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
O/P1-------> File contain only uniq data which is not matched with FileB
o/P----------> fILE cONTAin only data which is not matched with FileA
o/P3-----> fILE cONTAIN oNLY cOMMON data From fILEA and File B
sOLUTION------------? NEXT pAGE