What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / kumar raja.
1st answer is 100% correct.
Search
The search statement examines the table elements in a
sequential manner.this technique is called linear search.
Search-All
Is a binary search begins the examination of the elements
from the middle and in each examination it eliminates the
half the elements remaining to be searched.its applicable
only for sorted table.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
How are the next sentence and continue different from each other?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Write the code to count the sum of n natural numbers.
What are the cobol coding sheets?
What are the various section in data division and briefly explain them.
What is the difference between goback, stop run and exit program in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is the difference between COBOL2 AND COBOL390?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What do you understand by psb and acb?
how to move the records from file to array table. give with code example
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?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?