What is the difference between SEARCH and SEARCH ALL?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are followed by the search verb.

631


What are different data types in cobol?

685


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

727


what is the difference between COBOL2 AND COBOL390?

2447


Which division and paragraphs are mandatory for a COBOL program?

707






Write the code implementing the perform … varying.

639


explain sorting techniques in cobol program?

686


What type of SDLC u followed? Why?

1516


What is rmode(24)

676


Name the divisions, which are available in a cobol program?

681


What are the cobol coding sheets?

657


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

10573


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.

3713


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8634


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

709