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 do you define a variable of comp-1 and comp-2?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between external and global variables in COBOL?
Discuss about changing dataset name in proc.
) How do u handle errors in BMS macro
how do you reference the ksds vsam file formats from cobol programs
What is the usage of comp fields in cobol?
In COBOL, what is the different between index and subscript?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Define static linking and dynamic linking.
What are the different open modes available in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic