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
Differentiate between structured cobol programming and object-oriented cobol programming.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different open modes available in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Difference between cobol and cobol-ii?
What is the difference between perform … with test after and perform … with test before?
Explain how to differentiate call by context by comparing it to other calls?
In which area will you utilize 88 level items in cobol?
Write a program to explain size error.
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
What kind of error is trapped by on size error option?
How you can read the file from bottom?
What are the different rules of SORT operation?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?