whats the disadvantage of search all over search?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
) how do u code after getting data?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you reference the fixed block file formats from cobol programs
What is the problem of ordered sequential files access?
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and 9v99 in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a cobol program making use of the redefine clause.
In COBOL, what is the different between index and subscript?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the LINKAGE SECTION used in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?