what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / naveen
-Search is a linear search, search all is a binary search.
-search is performed in sorted and unsorted record, searchall is only in sorted record.
-in search multiple when clause is used, in search all single when clause is used.
-search is always used in small table, search all is always used in large table.
-Index value is set to 1. in search all no need!
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are various search techniques in cobol? Explain.
How do you reference the following file formats from cobol programs?
What is the compute verb? How is it used?
Explain what you understand by passing by value.
Are you comfortable in cobol or jcl?
What is comp-1 and comp-2?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How you can read the file from bottom?
Can you please let me know the centre name of INS certification in Kolkata.
Give some examples of command terminators?
What are declaratives and what are their uses in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?