What is the difference between SEARCH and SEARCH ALL?
Answer Posted / sharath
SEARCH
1)Linear/sequential search
2)No sorting order because its seq. order
3)access is slow
4)Any relational operator is used
SEARCH ALL
1)Binary search
2)Sorting either asc/dsc order
3)Access is faster
4)Only equal operator can be used.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
Define cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules of SORT operation?
what is search and searchall?what is the diffrence between them?give an best example?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are different data types in cobol?
What are the different rules for performing sort operation?
How do you reference the fixed block file formats from cobol programs
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Describe the cobol database components?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different rules to perform a Search?
What is the difference between external and global variables in COBOL?