whats the difference between search and search all?
Answer Posted / adarsh562
search is sequential search used for one dimensionl table
and one dimensional of multi dimensioan tables.the elements
need not be sorted.
search all is binary search.the elements must be sorted
before performing this statement
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
i need a small 3d program using inline and outline.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is comp-1 and comp-2?
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
In which area will you utilize 88 level items in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How many sections are there in data division in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do you reference the following file formats from cobol programs?
How do define dynamic array in cobol.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.