whats the disadvantage of search all over search?
Answer Posted / venkat
search is a normal search so it takes a less time to search
the related information but search all first,it will divide
the table and then it will search depends on the
imp.statements like bottom up or up down statments so,for
that one search all will take sme time to search the
contents. for a large no records also search is
sufficient..
correct me ...if wrong..venkat
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the rules of the move verb?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is Pic 9v99 Indicates in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
Give some examples of command terminators?
What is the utilization of copybook in cobol?
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 to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the variable block file formats from cobol programs
How are the next sentence and continue different from each other?
i need a small 3d program using inline and outline.