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

Which mode is used to operate the sequential file?

670


How many bytes S(8) comp field occupy and its maximum value?

1634


What is the difference between Global and External Variables?

666


What is comp-1 and comp-2?

765


how do you reference the variable block file formats from cobol programs

688






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

1657


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

712


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

984


How do you reference the fixed block file formats from cobol programs

707


Write some characteristics of cobol as means of business language.

621


What are 77 levels used for?

660


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

660


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

2121


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060