Hi
Plse give some idea
I am having two different LRECL files I have to compare the two files based on their Account nos and i have to write into one file but the account nos in the two files are in different possitions one is in the 7th and other is in 8th can you any body give some solution even by using cobol also
regards
Joined: 15 Feb 2005 Posts: 4677 Location: San Jose, CA
Quote:
I have to compare the two files based on their Account nos and i have to write into one file
Write what into one file? The records that match? The records that don't match? Something else? You need to give more details before somebody can help you.
What is the RECFM and LRECL of each input file? What is the position, length and format of the account number in each file? Show an example of the records in each input file and what you expect for the output records.