If there are two files one with 100 records and other with
101 records. we have to find out the one record that is the
odd man out . What are the steps to do it
Answer Posted / ganapathi
I thing that is not correct.SUM FILEDS = NONE will just
ignore the duplicate records.
For acheving this situation first we need to sort both the
files based on the key.Then we need to compare both the
files based on the key.If it is matches fine else write the
key in to another file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Can a Search can be done on a table with or without Index?
Can we redefine the field of x(200) to less than 200?
What is the usage of comp fields in cobol?
What is the problem of ordered sequential files access?
Have you used comp and comp-3 in your project? And how?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Write a program to explain size error.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Which is not true about evaluate statement
How do you define a variable of comp-1 and comp-2?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Explain what you understand by passing by value.
Discuss about changing dataset name in proc.
what is search and searchall?what is the diffrence between them?give an best example?