how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / ravikrian
while using search the data may be in any order, wher as in
search all the data must be in sorted order and there should
not be any duplicates in the data.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are declaratives and what are their uses in cobol?
What are the different types of condition in cobol and write their forms.
Describe the cobol database components?
What are 77 levels used for?
What is the difference between next sentence and continue in cobol programing language?
What are various search techniques in cobol? Explain.
How do you reference the following file formats from cobol programs?
How can you get the ksds file records into your cobol program?
what is the use of outrecord?
How to know whether the module is dynamical or statistical?
What is amode(24)?
how do you reference the rrds file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?