Author: Bill Woodger
Subject: Reply to: match 2 files
Posted: Fri Nov 04, 2016 12:26 am (GMT 5.5)
Did anyone read my post?
Try this:
Use that for a JOINKEYS with F1,F2,ONLY and see what you get.
Otherwise, I've already shown a REFORMAT which will get you variable-length records, some of which you'll have to later VLTRIM.
Subject: Reply to: match 2 files
Posted: Fri Nov 04, 2016 12:26 am (GMT 5.5)
Did anyone read my post?
Try this:
Code: |
REFORMAT FIELDS=(F1:1,4,F1:5,F2:5) |
Use that for a JOINKEYS with F1,F2,ONLY and see what you get.
Otherwise, I've already shown a REFORMAT which will get you variable-length records, some of which you'll have to later VLTRIM.