There are two flat files one having 10 records and other
having 5 records. write a cobol pgm to find the duplicate
records(matching records)from both files.
Answer Posted / talluri
perform 10 times
read file1
perform 5 times
read file2
if file1rec = file2rec
write file1rec to file3rec
end-if
end perform
end perform.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
example for sub strings ? and refernce modifications whit output pls
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Can you please let me know the centre name of INS certification in Kolkata.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between PIC 9.99 and PIC9v99?
HOw can I get the negative sign while deduct high value from low value
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain how you can characterize tables in cobol?
What are the access modes of START statement?
what is search and searchall?what is the diffrence between them?give an best example?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Are you comfortable in cobol or jcl?
How do u write test cases?
What are all the divisions of a COBOL program?