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
Which Search verb is equivalent to PERFORM…VARYING?
88 class is used for
What are the steps you go through while creating a COBOL program executable?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
what is the difference between Plan & package?
can we declare occurs in 01 level?
What is the LINKAGE SECTION used for?
What are literals?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
What is Static,Dynamic linking ?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What is the difference between static call & Dynamic call?