When search all is used in cobol program without sorted
input data?
Answer Posted / suputhru
I agree with Rookie.
to use Search all table should be necessarily sorted.
If data is not sorted, Program Compilation wont show any
error message. But, program will give unpredictable result.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
How do you reference the following file formats from cobol programs?
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
Name the divisions, which are available in a cobol program?
What is the LINKAGE SECTION used in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between Call and a Link?
What is amode(31)
Explain how to differentiate call by context by comparing it to other calls?
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 do u handle errors in BMS macro
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?