Whats the difference between search & search ALL?
Answer Posted / rajvee
Search is Sequential Serach whereas Search All is Binary
Search.
Search needs the index key for the array whereas Search All
doesnt need it.
Search All is ideal for searching huge volume of data else
Search is easier.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the utilization of copybook in cobol?
What is amode(24)?
What do you understand by psb and acb?
How do you get the data to code the BMS macro?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Have you used comp and comp-3 in your project? And how?
What are the different rules for performing sort operation?
Can we change the password using ALTER? anyone tried and changed?
how can i see junk values in dclgen or in hostvariable of comp ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
example for sub strings ? and refernce modifications whit output pls
What is report-item in COBOL?