What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables......
Answer Posted / ravendra singh
we can use subscript with array but in the other hand with
table we can use indexing. we can perform search with array
by using subscript but with the table we can use both
subscript and the indexing searching an element into table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
How do you get the data to code the BMS macro?
Name some of the examples of COBOl 11?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is perform what is varying?
how to refer the data field?
Difference between array and sub-script ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is length is cobol?
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)?
What is the difference between Global and External Variables?
What are all the divisions of a COBOL program?
What is report-item in COBOL?