Search found 1 match

by Gunex2
Tue Jun 05, 2018 12:44 pm
Forum: COBOL
Topic: Split a file based on header value
Replies: 0
Views: 4059

Split a file based on header value

Hi All I have two files, file1 with list of header values and file2 with group of header,details and trailer records Now i want to read file2 header record, if it matches with any of the records in file1, then i should move the content(hdr, details and trl) to the output1 and the remaining in output...