Hi Could any help me out in meeting this special requirement.
I have two files with record structure as follows:
File1:
FIELD11A FIELD12A
FIELD21A FIELD22A
FIELD31A FIELD32A
File2:
FIELD11B FIELD12B
FIELD21B FIELD22B
FIELD31B FIELD32B
The output file should be like
The first record of output file contains the first field of first record of file1 and second field of first record of file2
The second record contains the first field of second record of file1 and second field of second record of file2
.
.
Output file:
FIELD11A FIELD12B
FIELD21A FIELD22B
FIELD31A FIELD32B