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 / jeet
Arrays are basically used to store data which are of
similar type in contiguos memory locations.
Tables on the other hand you can think it as a list which
is used for lookup/referencing, for example when doing a
SEARCH/SEARCH ALL.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
Mention the guidelines to write a structured cobol program?
How do define dynamic array in cobol.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How are the next sentence and continue different from each other?
What are the pertinent COBOL
How you can characterize tables in cobol?
What is perform what is varying?
Explain what you understand by passing by value.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why would you use find and get rather than to obtain?
What is the use of intialize verb?