What is the difference between SEARCH and SEARCH ALL? What
is more efficient?

Answer Posted / avinanda mukherjee

Ans #1 is corrent, in addition, Search all is working in a
sorted array(binary search) and it is more effiecient then
verb search.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various section in data division and briefly explain them.

687


Explain the configuration section of a cobol program with examples of syntax.

650


Are you comfortable in cobol or jcl?

633


how to refer the data field?

1798


How do you define a variable of comp-1 and comp-2?

699






What are the different rules to perform a Search?

613


Explain about different table spaces.

642


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.

3710


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

8616


example for sub strings ? and refernce modifications whit output pls

1838


In COBOL programming, what is PERFORM? What is VARYING?

666


What are the different open modes available in cobol?

713


how do you reference the printer file formats from cobol programs

648


How to know whether the module is dynamical or statistical?

650


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2325