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
What is the difference between PIC 9.99 and 9v99 in COBOL?
Discuss about changing dataset name in proc.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
explain sorting techniques in cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
How arrays can be defined in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
What is rmode(24)
how do you reference the variable block file formats from cobol programs
What is the utilization of copybook in cobol?
how do you reference the esds vsam file formats from cobol programs
What are the pertinent COBOL commands?
Explain the configuration section of a cobol program with examples of syntax.
Write the code implementing the perform … varying.