What is the difference between SEARCH and SEARCH ALL?
Answer Posted / debby
Search starts at the beginning of the table and searches
each element until the argument is found.
Search All starts mid-point and selects the table partition
to search based on the argument (high or low).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the pertinent COBOL commands?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is static and dynamic call in cobol?
Name the divisions, which are available in a cobol program?
i need a small 3d program using inline and outline.
How many sections are there in data division in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you reference the esds vsam file formats from cobol programs
how do you reference the printer file formats from cobol programs
What is length is cobol?
HOw can I get the negative sign while deduct high value from low value
Explain what you understand by passing by value.
Write a cobol program making use of the redefine clause.