what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / sid
Search is a leniar search and search all is binary search.
In search all it required to be sorted all the records in
assending or descending order.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
How to know whether the module is dynamical or statistical?
What is the usage of comp fields in cobol?
Explain how you can characterize tables in cobol?
In which area will you utilize 88 level items in cobol?
What is the compute verb? How is it used?
) how do u code after getting data?
how do you define single dimensional array and multidimensional array in your cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
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?
What is the difference between external and global variables in COBOL?
How you can characterize tables in cobol?
Write the code to count the sum of n natural numbers.
What are literals?
what is the use of outrecord?