Answer Posted / ananda kumar r
6 bytes
| Is This Answer Correct ? | 6 Yes | 18 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?
What is the local-storage section?
what is the difference between COBOL2 AND COBOL390?
How do you define a variable of comp-1 and comp-2?
Differentiate between structured cobol programming and object-oriented cobol programming.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Name the divisions, which are available in a cobol program?
how to move the records from file to array table. give with code example
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.
Write the code implementing the perform … varying.
Whats the difference between search & search ALL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?