whats the difference between search and search all?
Answer Posted / snehatechm
search is sequential search and it starts from position 1
search all is binary search and it starts searching from the
centre and if it does not match it searches in left or right
based on requirement
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
How do define dynamic array in cobol.
how to move the records from file to array table. give with code example
how do you reference the rrds file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the esds vsam file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i need a small 3d program using inline and outline.
Can we change the password using ALTER? anyone tried and changed?
What is rmode(24)
Write a program that uses move corresponding.
How can you get the ksds file records into your cobol program?