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 |
in cobol perform stmt whether it first checks the condition or not
what is subscript in cobol?give realtime example?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
i want to enter the name 'pandu' into ur table how?
What is the use of EVALUATE statement?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
write a program to eliminate duplicate records in a input file and send them to output file.
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
what is the maximum error code in mainframe
diffrence between renames and redifnes with examples
plz,could any one tell me? what about EBCDIC in cobol?briefly?
What does the initialize statement do ?