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


Please Help Members By Posting Answers For Below Questions

For rewrite, why is it mandatory that file needs to be opened?

855


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

904


What are declaratives and what are their uses in cobol?

958


What are the different types of condition in cobol and write their forms.

881


Describe the cobol database components?

915


What are 77 levels used for?

862


What is the difference between next sentence and continue in cobol programing language?

970


What are various search techniques in cobol? Explain.

883


How do you reference the following file formats from cobol programs?

933


How can you get the ksds file records into your cobol program?

864


what is the use of outrecord?

1977


How to know whether the module is dynamical or statistical?

886


What is amode(24)?

894


how do you reference the rrds file formats from cobol programs

1172


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1905