Author: Arun Raj
Posted: Fri Nov 04, 2016 1:07 am (GMT 5.5)
You have included ONLY NON MATCHING records.
You need
OR
to be able to output matched records too.
The other problem here is you will not know where exactly the file2 record begins, depends on how long is the "current" file1 record which is also of variable length. So BUILDing each output would be tricky.
_________________
Arun
----------------------------------------------------------------------------------------------------
Love is like an hourglass, with the heart filling up as the brain empties. -Jules Renard
Posted: Fri Nov 04, 2016 1:07 am (GMT 5.5)
Code: |
JOIN UNPAIRED,F1,F2,ONLY |
You need
Code: |
JOIN UNPAIRED |
Code: |
JOIN UNPAIRED,F1,F2 |
The other problem here is you will not know where exactly the file2 record begins, depends on how long is the "current" file1 record which is also of variable length. So BUILDing each output would be tricky.
_________________
Arun
----------------------------------------------------------------------------------------------------
Love is like an hourglass, with the heart filling up as the brain empties. -Jules Renard