Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / kssb78

1. Use 3.13 option to find the different record

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is amode(24), amode(31), rmode(24) and rmode(any)?

1192


Define static linking and dynamic linking.

1268


How many sections are there in data division in COBOL?

1180


What is the difference between a binary search and a sequential search what are the pertinent cobol?

1196


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

1304


What the difference is between continue and next sentence?

1216


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?

2324


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1203


What is the usage of comp fields in cobol?

1222


What are various search techniques in cobol? Explain.

1109


What is report-item in COBOL?

1196


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.

4205


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

1306


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

2064


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.

6661