Whats the difference between search & search ALL?
Answer Posted / sushant kumar mohanty
Search : Sequential Search.
Table should have INDEX.
Table need not be in SORTED order.
Search ALL : Binary Search.
Table should have INDEX.
Table should be in sorted order of the searching
argument. There should be ASCENDING/DESENDING
Clause.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
Which mode is used to operate the sequential file?
how can i see junk values in dclgen or in hostvariable of comp ?
explain sorting techniques in cobol program?
) How do u handle errors in BMS macro
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between perform … with test after and perform … with test before?
What are literals?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Difference between array and sub-script ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
In COBOL, what is the different between index and subscript?
What are 77 levels used for?
In which area will you utilize 88 level items in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?