Hi All,
I have 2 Sequential Files (File A, File B) both files have LRECL = 131, RECFM = FB. I want to merge both the Files based on 4 Key Fields. In Both the Files Key Fields are @ different Positions so not sure how to Merge. Below is Example.
File A
Date : 41,10,CH,A
Store : 31,9,CH,A
Item : 11,14,CH,A
Indicatore : 26,4,CH,A
File B
Date : 21,10,CH,A
Store : 41,9,CH,A
Item : 31,14,CH,A
Indicatore : 36,4,CH,A
How can I merge both the Files using SORT.
Thanks
Kind Rgd's
Vineet Anand