What is the difference between SEARCH and SEARCH ALL?
Answer Posted / karan
search is linear search. search the data based on condition.
search can work with multiple when conditions.
data is no need sorted order.
when ever we searching the data index clause must be used.
this will take more time compare with search all.
Search all:Binary search.
data must be a sequence either ascending or descending order .
only one when condition can be used.
this will take less time
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between PIC 9.99 and PIC9v99?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how do you reference the fixed unblock file formats from cobol programs
What are the access modes of START statement?
What is the difference between comp and comp-3?
What is amode(31)
Name some of the examples of COBOl 11?
What is the difference between perform … with test after and perform … with test before?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the problem of ordered sequential files access?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Discuss about changing dataset name in proc.