What is the difference between SEARCH and SEARCH ALL?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the compute verb? How is it used?

651


Write a program that uses move corresponding.

667


Write some characteristics of cobol as means of business language.

611


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.

1106


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718






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

725


Are you comfortable in cobol or jcl?

633


Why occurs cannot be used in 01 level in COBOL?

707


What is redefines clause in COBOL?

841


What is cobol?

736


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764


What are the cobol coding sheets?

657


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

696


What is a SSRANGE and NOSSRANGE?

810


Write a program to enter and display the names of students in a class using the occurs clause.

642