whats the difference between search and search all?
Answer Posted / snehatechm
search is sequential search and it starts from position 1
search all is binary search and it starts searching from the
centre and if it does not match it searches in left or right
based on requirement
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is inspect in cobol ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is link edit in cobol?
how to refer the data field?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the different types of condition in cobol and write their forms.
What is cobol?
Name some of the examples of COBOl 11?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?