write a program to eliminate duplicate records in a input file
and send them to output file.THIS IS IGATE RECENT
QUESTIONN.....JUST 1 WEEK BACKKKK...
Answer Posted / khasim
In Answer2 just i am editing one line to make 100% correct
SUM FIELDS=NONE,XSUM
then it will store duplicates into dataset.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
how do you reference the printer file formats from cobol programs
How do you reference the following file formats from cobol programs?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write the code implementing the perform … varying.
Name the divisions, which are available in a cobol program?
Give some examples of command terminators?
Why would you use find and get rather than to obtain?
What is redefines clause in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Mention the guidelines to write a structured cobol program?
What rules are followed by the search verb.
What is the difference between comp and comp-3 usage?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that