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 / richa
from these evaluate i am able to get the matched records in
one file but if i want to write the unmatched record in the
spool area then how to track those unmatched records from
here
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
How do define dynamic array in cobol.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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)?
What are the different rules for performing sort operation?
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?
Which is not true about evaluate statement
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
HOw can I get the negative sign while deduct high value from low value
what is the use of outrecord?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Which mode is used to operate the sequential file?
) How do u handle errors in BMS macro
Can we redefine the field of x(200) to less than 200?