whats the disadvantage of search all over search?
Answer Posted / snehatechm
computation speed is fast in search all.
disadvange is file should be in sorted order to be searched.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is amode(24)?
What the difference is between continue and next sentence?
What is the difference between external and global variables in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
Name some of the examples of COBOl 11?
Name the sections present in data division.
What is rmode(24)
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Explain what you understand by passing by value.
what is the use of outrecord?
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?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are 77 levels used for?
In COBOL programming, what is PERFORM? What is VARYING?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?