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...

What is the difference between SEARCH and SEARCH ALL?

Answer Posted / sharath

SEARCH
1)Linear/sequential search
2)No sorting order because its seq. order
3)access is slow
4)Any relational operator is used
SEARCH ALL
1)Binary search
2)Sorting either asc/dsc order
3)Access is faster
4)Only equal operator can be used.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

1274


Can we redefine the field of x(200) to less than 200?

1430


How to remove 2 duplicate records and copy only one using job control language?

1261


What is the difference between goback, stop run and exit program in cobol?

1647


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1265


how to move the records from file to array table. give with code example

2729


Which division and paragraphs are mandatory for a COBOL program?

1332


What type of SDLC u followed? Why?

2049


What are the different rules to perform a Search?

1141


How you can read the file from bottom?

1196


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2540


In which area will you utilize 88 level items in cobol?

1210


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

1381


What are the pertinent COBOL commands?

3235


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?

2330