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 / deepak kumar

sort fields=copy
sum fields=none

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inspect in cobol ?

797


how do you reference the variable unblock file formats from cobol programs

743


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


How do you reference the following file formats from cobol programs?

693


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

639






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2102


how can i see junk values in dclgen or in hostvariable of comp ?

2538


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

817


Describe the cobol database components?

674


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1798


Which Search verb is equivalent to PERFORM…VARYING?

679


In COBOL, what is the different between index and subscript?

753


What is the compute verb? How is it used?

653


How do you get the data to code the BMS macro?

1472


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10572