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 / obul
Storing the similar type of data in contiguous memory
locations is called an Array and storing the different type
of data in contiguous memory locations is called Table in COBOL.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write a program to explain size error.
what is the difference between COBOL2 AND COBOL390?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write the code to count the sum of n natural numbers.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between comp and comp-3 usage?
What is perform what is varying?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is a scope terminator give example?
What is difference between static and dynamic call in cobol?
What the difference is between continue and next sentence?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Name some of the examples of COBOl 11?
How you can read the file from bottom?