If there are two files one with 100 records and other with
101 records. we have to find out the one record that is the
odd man out . What are the steps to do it
Answer Posted / varatharaj
using read command fetch first record from the file1 and compare that record with all records if file2 if any match occur go to second record in file1 compare like this until end of first1 if anyone with out match we can find that is odd man out in files.....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Have you used comp and comp-3 in your project? And how?
how do you reference the ksds vsam file formats from cobol programs
How can you get the ksds file records into your cobol program?
What are the different open modes available in cobol?
What is the difference between Call and a Link?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
When is inspect verb is used in cobol?
How you can characterize tables in cobol?
Which division and paragraphs are mandatory for a COBOL program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is a report item?
How do you reference the following file formats from cobol programs?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?