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 can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Minimum how many Number of Paragraphs are there in ID- Divison?
What are the access modes of START statement?
What is Alternate Index ? How is it different from regular index ?
What is link edit in cobol?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
can we use 77 level no for Redefines?if we use give an example?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Difference between array and sub-script ?
what is the purpose of linkage section?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?