whats the disadvantage of search all over search?
Answers were Sorted based on User's Feedback
Answer / sharath
1)Search all is applied only for single dimensional array.
However Search can be applied against single or
multidimensional arrays.
2)Only one WHEN condition is coded in Search all.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / snehatechm
computation speed is fast in search all.
disadvange is file should be in sorted order to be searched.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / animesh
In search all,
in when condition we can give only = condition
but in search we can give any conditional operator.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Explain the configuration section of a cobol program with examples of syntax.
How you can characterize tables in cobol?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
can internal sort be applied to sort ksds files?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
wht is structured cobol pgm and non structred cobol pgm ?
How to know whether the module is dynamical or statistical?
Explain fixed length record in cobol? with suitable example
What is the maximum data length for Numeric DataType ?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
How to read the last 100 records from a COBOL file. The file contains N number of records.
How To move a value to an array using move verb?