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 the utilization of copybook in cobol? Could we utilize a similar copybook?

704


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

699


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

2086


What is difference between static and dynamic call in cobol?

766


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

812






Why would you use find and get rather than to obtain?

673


State the various causes of s0c1, s0c5 and s0c7.

654


What is inspect in cobol ?

791


What do you understand by psb and acb?

659


What is the use of intialize verb?

735


how to access the file from prodution from changeman tool and to submit a file to production

6663


Define cobol?

854


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1895


What rules are followed by the search verb.

629


IF I mention stop run in CICS what happens?

1886