Suppose, file A has 100 records and file B has 500 records. We
want to write records common to both A and B into file C and
records which are present only in either A or B into another file D.
What should be the logic of Cobol program to achieve this?
Answer Posted / anji
I think this is partially right. after accessing 100 records
program is abended. And how to send remaining B file records
into file D.. send me ans plz..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
) what is the difference between AID and HANDLE AID?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
In COBOL programming, what is PERFORM? What is VARYING?
What is redefines clause in COBOL?
What is length is cobol?
how do you reference the printer file formats from cobol programs
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the pertinent COBOL commands?
How do we get current date from system with century in COBOL?
Are you comfortable in cobol or jcl?
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the Purpose of Pointer in the string?
Explain how to differentiate call by context by comparing it to other calls?