What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / sunrays
multiple when conditions can be used in search.
in search all single when condition should be used.
in search SEARCH key word is used.
in search-all SEARCH ALL key word is used.
table may not be in sorted order for search.
table must be in sorted order.
search is a linear search. search all is binary search.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
i need a small 3d program using inline and outline.
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between next sentence and continue in cobol programing language?
Can we redefine the field of x(200) to less than 200?
What are the cobol coding sheets?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Explain how to differentiate call by context by comparing it to other calls?
HOw can I get the negative sign while deduct high value from low value
What is the difference between Global and External Variables?
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?
Name the sections present in data division.
What are the various section in data division and briefly explain them.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this