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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why would you use find and get rather than to obtain?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How you can read the file from bottom?
What is the difference between Call and a Link?
Write a cobol program making use of the redefine clause.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how can i see junk values in dclgen or in hostvariable of comp ?
Write a program to enter and display the names of students in a class using the occurs clause.
what is search and searchall?what is the diffrence between them?give an best example?
How are the next sentence and continue different from each other?
how to convert the recors form vsam file to db2 table tru file aid
what is amode(24), amode(31), rmode(24) and rmode(any)?