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?

Answers were Sorted based on User's Feedback



What is the difference between SEARCH and SEARCH ALL?..

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

What is the difference between SEARCH and SEARCH ALL?..

Answer / anil prajapati

search is a sequential/linear search and search all is
binary search

Is This Answer Correct ?    10 Yes 1 No

What is the difference between SEARCH and SEARCH ALL?..

Answer / karan

search is linear search. search the data based on condition.
search can work with multiple when conditions.
data is no need sorted order.
when ever we searching the data index clause must be used.
this will take more time compare with search all.

Search all:Binary search.
data must be a sequence either ascending or descending order .
only one when condition can be used.
this will take less time

Is This Answer Correct ?    8 Yes 0 No

What is the difference between SEARCH and SEARCH ALL?..

Answer / dev

in addition to the above answer the data to be searched
should be sorted in case of binary search

Is This Answer Correct ?    8 Yes 1 No

What is the difference between SEARCH and SEARCH ALL?..

Answer / debby

Search starts at the beginning of the table and searches
each element until the argument is found.

Search All starts mid-point and selects the table partition
to search based on the argument (high or low).

Is This Answer Correct ?    2 Yes 0 No

What is the difference between SEARCH and SEARCH ALL?..

Answer / pradeep

search:
n search only index can be used
and also multiple when conditions can be used
but coming to binary search
index cannot be used
it searches according to ascending order or des order
here only when codition is possilble

if at all any mistakes can u correct me plssssssss
urs pradeep

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


How can you get the ksds file records into your cobol program?

0 Answers  


What the difference is between continue and next sentence?

0 Answers  


HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  


Difference between cobol and cobol-ii?

0 Answers  


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


Categories