What is the difference between SEARCH and SEARCH ALL?
Answer Posted / anil prajapati
search is a sequential/linear search and search all is
binary search
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
What is the difference between perform … with test after and perform … with test before?
What is comp-1 and comp-2?
How do you define a variable of comp-1 and comp-2?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between comp and comp-3?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the cobol coding sheets?
What the difference is between continue and next sentence?
What is perform what is varying?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write some characteristics of cobol as means of business language.
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.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What type of SDLC u followed? Why?