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
What is the difference between comp and comp-3 usage?
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.
What are the different rules for performing sort operation?
What is a report item?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
example for sub strings ? and refernce modifications whit output pls
What is the difference between goback, stop run and exit program in cobol?
how do you reference the variable unblock file formats from cobol programs
) what is the difference between AID and HANDLE AID?
how to convert the recors form vsam file to db2 table tru file aid
How do you reference the fixed block file formats from cobol programs
What kind of error is trapped by on size error option?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate between structured cobol programming and object-oriented cobol programming.