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
how to access the file from prodution from changeman tool and to submit a file to production
How do you define a variable of comp-1 and comp-2?
Which mode is used to operate the sequential file?
What are declaratives and what are their uses in cobol?
how do you reference the variable unblock file formats from cobol programs
What is the problem of ordered sequential files access?
What is the difference between Global and External Variables?
Write the code implementing the perform … varying.
A table has two indexes defined. Which one will be used by the SEARCH?
Why occurs cannot be used in 01 level in COBOL?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do define dynamic array in cobol.
What is report-item in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?