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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.
maximum of how many screens we can open in emulator
how can i see junk values in dclgen or in hostvariable of comp ?
How do define dynamic array in cobol.
where do u use low-value and high value in cobol
What guidelines should be followed to write a structured Cobol program?
What is the use of EVALUATE statement?
If we use GO BACK instead of STOP RUN in cobol?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
without performing any operations on a file how can i know whether it contains data or not
Can the OCCURS clause be at the 01 level?