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
TYPES OF SORTINGS. which is more prefarable.
What are the rules of the move verb?
What is Comm?
2 Answers IBM, Kemper Corporation,
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
what are the working storage fields in BMS macro?
why do u need inspect verb?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
how to pass 100 to s9(4) how r they inserted ?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
How do pass the values to the parameters in cobol