whats the difference between search and search all?

Answer Posted / adarsh562

search is sequential search used for one dimensionl table
and one dimensional of multi dimensioan tables.the elements
need not be sorted.

search all is binary search.the elements must be sorted
before performing this statement

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we get current date from system with century in COBOL?

809


Explain about different table spaces.

652


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


What is the difference between external and global variables in COBOL?

815


What is cobol?

750






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

660


Can you please let me know the centre name of INS certification in Kolkata.

1717


What is the difference between structured cobol programming and object alternativelyiented cobol?

757


Name the sections present in data division.

701


Write a program to explain size error.

679


What is the difference between comp and comp-3 usage?

681


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?

1808


How are the next sentence and continue different from each other?

766


How do you get the data to code the BMS macro?

1476


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

710