Hi,
I need to compare two file records and get the matching records based on the columns.Here is the input sample
INPUT FILE1
- -- -+ -- --1- - -- + - -- -2 - - - -+---
2344567890NANTHUSOUTHAFRICA
1244567890MUKILAINDIA
1244567890BREYANUNITEDSTATES
1234567890DONALDAUSTRALIA
INPUT FILE2
- -- -+ -- --1- - -- + - -- -2 - - - -+---
2134567890NANTHU
4544567890MUKILA
4564567890BREYAN
1234567890DONALD
I have done in option 3.13 , i have mentioned the columns like below
CMPCOLM 6:4 6:4
CMPCOLM 11:6 11:6
i got all the records are mismatched but according to the column all the values are matched na.. 3.13 option considered the whole record but i want to consider only the column and no matter what ever the record values are ...
could you please any one tell me, how to compare only the column values..