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 / anil t.
Using Merge
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are different data types in cobol?
how do you reference the variable unblock file formats from cobol programs
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
Give some examples of command terminators?
How do you define a variable of comp-1 and comp-2?
How are the next sentence and continue different from each other?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
What are literals?
What is the difference between Global and External Variables?
Write a program to enter and display the names of students in a class using the occurs clause.