what is search and searchall?what is the diffrence between
them?give an best example?

Answer Posted / siri

SEARCH SEARCHALL
-------- ---------------*SEARCH IS A LINEAR SEARCH *SEARCHALL IS A BINARY SEARCH
*DATA NEED NOT BE IN SORTED *DATA MUST BE IN SORTED ORDER
ORDER
*SEARCH IS EFFICIENT THAN *SEARCHALL IS EFFICIENT THAN
PERFORM SEARCH
*MULTIPLE WHEN CONDITINS ARE *ONLY ONE WHEN CONDITION IS
SPECIFIED SPECIFIED.
*ANY RELATIONAL OPERATOR(=,<= *ONLY = CAN BE USED
>=)CAN BE USED.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(24)

684


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


Write some characteristics of cobol as means of business language.

623


Name the sections present in data division.

701


What is the difference between goback, stop run and exit program in cobol?

932






what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8172


What is a scope terminator give example?

659


What is the utilization of copybook in cobol?

659


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

710


Explain what you understand by passing by value.

706


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

2125


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2734


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933


Name the divisions, which are available in a cobol program?

687