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
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
) How do u handle errors in BMS macro?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How many sections are there in data division in COBOL?
Write a program to explain size error.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Difference between array and sub-script ?
example for sub strings ? and refernce modifications whit output pls
What guidelines should be followed to write a structured cobol prgm?
What is perform what is varying?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write down the divisions of cobol program?
what is the difference between COBOL2 AND COBOL390?