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?
No Answer is Posted For this Question
Be the First to Post Answer
How are the next sentence and continue different from each other?
What is the difference between copy and include in cobol?
Explain how to differentiate call by context by comparing it to other calls?
wht is the diff b/w if and evaluate stmts ?
Define in-line perform?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
what is the purpose of linkage section?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
where did you see the information regarding abend codes in jcl?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(any) ?