Answer Posted / srikanth doki
Binary search is also known as search all.
For large tables with more than 10 records this search is
used. The records must be either in ascending or descending
order. First it will divide it into two parts and then it
will search for the center one if it not match then it will
search for the left or right half most ones.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is cobol?
What is report-item in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the pertinent COBOL
What are the cobol coding sheets?
What are the different rules to perform a Search?
State the various causes of s0c1, s0c5 and s0c7.
How you can read the file from bottom?
Can we redefine the field of x(200) to less than 200?
how to convert the recors form vsam file to db2 table tru file aid
how to access the file from prodution from changeman tool and to submit a file to production
Discuss about changing dataset name in proc.
what are decleratives in cobol?
) How do u handle errors in BMS macro