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


Please Help Members By Posting Answers For Below Questions

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

857


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1028


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

617


What are various search techniques in cobol? Explain.

852


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

900


What is the compute verb? How is it used?

845


Explain what you understand by passing by value.

903


Are you comfortable in cobol or jcl?

797


What is comp-1 and comp-2?

926


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

859


How you can read the file from bottom?

866


Can you please let me know the centre name of INS certification in Kolkata.

1938


Give some examples of command terminators?

932


What are declaratives and what are their uses in cobol?

922


What is the default value(s) for an initialize and what keyword allows for an override of the default?

946