Whats the difference between search & search ALL?

Answer Posted / rajvee

Search is Sequential Serach whereas Search All is Binary
Search.
Search needs the index key for the array whereas Search All
doesnt need it.
Search All is ideal for searching huge volume of data else
Search is easier.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do u write test cases?

1639


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

2221


What are the different types of condition in cobol and write their forms.

660


Write the code implementing the perform … varying.

646


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897






i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

999


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2100


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

705


Whats the difference between search & search ALL?

5265


Discuss about changing dataset name in proc.

764


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.

5695


What are the cobol coding sheets?

666


What are the different rules of SORT operation?

700


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1785


what happens if parmparameter passes zero bytes to the program

1667