I have the requirement to compare the two files and pick up
the matching records.
File 1. file2
23 32
32 13
34 15
35 36
36 35
43
Get the matching records from this 2 files to out file. how
you will do this in cobol program?
Answer Posted / pa
load any of the file to the table and use SEARCH.
write the matching records to the output file.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Are you comfortable in cobol or jcl?
What is the difference between Call and a Link?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is redefines clause in COBOL?
What is rmode(any) ?
Can we redefine the field of x(200) to less than 200?
Whats the difference between search & search ALL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Differentiate between structured cobol programming and object-oriented cobol programming.
Why did you choose to work with ibm mainframe cobol programming?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.