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 are the next sentence and continue different from each other?

753


explain sorting techniques in cobol program?

681


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

687


What is the difference between Call and a Link?

690


Name the sections present in data division.

691






I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1919


how do you reference the ksds vsam file formats from cobol programs

646


What is a SSRANGE and NOSSRANGE?

808


What is the difference between PIC 9.99 and 9v99 in COBOL?

726


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


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

734


what is the use of outrecord?

1764


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8135


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

692


What is the difference between next sentence and continue in cobol programing language?

695