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

Differentiate between structured cobol programming and object-oriented cobol programming.

836


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

2115


What are the different open modes available in cobol?

935


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

953


What is the difference between PIC 9.99 and 9v99 in COBOL?

972


Difference between cobol and cobol-ii?

940


What is the difference between perform … with test after and perform … with test before?

1147


Explain how to differentiate call by context by comparing it to other calls?

899


In which area will you utilize 88 level items in cobol?

888


Write a program to explain size error.

884


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

2239


What kind of error is trapped by on size error option?

953


How you can read the file from bottom?

870


What are the different rules of SORT operation?

897


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

969