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 a binary search and a sequential search what are the pertinent cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the rules of the move verb?
HOw can I get the negative sign while deduct high value from low value
Write a cobol program making use of the redefine clause.
i need a small 3d program using inline and outline.
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
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How do you get the data to code the BMS macro?
When is inspect verb is used in cobol?
How are the next sentence and continue different from each other?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write the code to count the sum of n natural numbers.
What is amode(24)?