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
what is search and searchall?what is the diffrence between them?give an best example?
How do we get current date from system with century in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the usage of comp fields in cobol?
what happens if parmparameter passes zero bytes to the program
What kind of error is trapped by on size error option?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the cobol coding sheets?
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
How do you define a variable of comp-1 and comp-2?
What is difference between static and dynamic call in cobol?
Which mode is used to operate the sequential file?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.