What are the two search techniques ?
Answers were Sorted based on User's Feedback
Answer / vish
If you talk in COBOL, then yes we have type os searches -
sequential search and Binary search.
Syntax:
SEARCH - Sequential
SEARCH ALL - Binary
It is important to note that for the Binary search the
input file (or table) must be sorted order else the result
of the SEARCH ALL will be wrong.
| Is This Answer Correct ? | 13 Yes | 0 No |
explain sorting techniques in cobol program?
In which area will you utilize 88 level items in cobol?
what is the diff b/w select stsmt and cursor ?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
what is the difference between Plan & package?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is the difference between implicit and explicit scope terminator with example?
in how many mode we can open a file ?
what is linkcard in cobol?
Are you comfortable in cobol or jcl?
Without using move verb how to move one variable to another.