what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / sid
Search is a leniar search and search all is binary search.
In search all it required to be sorted all the records in
assending or descending order.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How arrays can be defined 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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain the configuration section of a cobol program with examples of syntax.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In COBOL, what is the different between index and subscript?
In which area will you utilize 88 level items in cobol?
How do you reference the fixed block file formats from cobol programs
Discuss about changing dataset name in proc.
Why would you use find and get rather than to obtain?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are 77 levels used for?