whats the disadvantage of search all over search?
Answer Posted / sharath
1)Search all is applied only for single dimensional array.
However Search can be applied against single or
multidimensional arrays.
2)Only one WHEN condition is coded in Search all.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
What is the difference between binary search and sequential search?
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 ?
Have you used comp and comp-3 in your project? And how?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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?
What is the difference between goback, stop run and exit program in cobol?
how to convert the recors form vsam file to db2 table tru file aid
Why would you use find and get rather than to obtain?
What are the different data types in cobol?
How do you reference the fixed block file formats from cobol programs
How do get the result of your program directly on your pc?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Describe the cobol database components?