whats the difference between search and search all?
Answer Posted / siddu
search is sequential search.in this data need not be in
sorted ordern sorted order. while dealing with less amount
of data search is much efficeint
searchall is binary search. here data must be in sorted
order. while deeling with lorge amount of data searchall is
efficient
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
What are the different data types in cobol?
Mention the guidelines to write a structured cobol program?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
Difference between cobol and cobol-ii?
Write a program that uses move corresponding.
State the various causes of s0c1, s0c5 and s0c7.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how do you reference the fixed unblock file formats from cobol programs
what is the use of outrecord?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between Call and a Link?
Why would you use find and get rather than to obtain?
What is the usage of comp fields in cobol?