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 |
Name the divisions in a COBOL program ?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
Give some examples of command terminators?
When and how can we use index & subscript ?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
How to know whether the module is dynamical or statistical?
what is the coding difference between COBOL and CICS.
What is the difference between performing a SECTION and a PARAGRAPH?
How do you compile cobol program..?
how we rectify soc7 and soc4 errors in project?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?