Hi,
I have two variable length files of LRECL 1296. There are no key fields.I want to match on whole records.If a record is present in both should go to BOTH.If a record is present only in file 1 it should go to F1ONLY.If a record is present only in file 2 it should go to F2ONLY.All 3 output files should be of fixed length with LRECL 1296. Fill the extra bytes with spaces.
Could you please help with DFSORT jcl needed?!