When search all is used in cobol program without sorted
input data?
Answer Posted / hemant
Answer#3 is correct.
If data is not sorted, Program Compilation wont show any
error message. But, program will give unpredictable result.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What is inspect in cobol ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is link edit in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the utilization of copybook in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name the sections present in data division.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How do get the result of your program directly on your pc?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do you differentiate between cobol and cobol-ii?