what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / naveen
-Search is a linear search, search all is a binary search.
-search is performed in sorted and unsorted record, searchall is only in sorted record.
-in search multiple when clause is used, in search all single when clause is used.
-search is always used in small table, search all is always used in large table.
-Index value is set to 1. in search all no need!
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Have you used comp and comp-3 in your project? And how?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a program to enter and display the names of students in a class using the occurs clause.
How do u write test cases?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is amode(31)
What is cobol?
In which area will you utilize 88 level items in cobol?
How many sections are there in data division in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
In COBOL, what is the different between index and subscript?
how do you reference the ksds vsam file formats from cobol programs
What are the pertinent COBOL