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
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
A table has two indexes defined. Which one will be used by the SEARCH?
How do define dynamic array in cobol.
What is an explicit scope terminator?
9(2).99 how many bytes take? Why . consider as a byte?
Write the syntax of a two dimensional array?
consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size
in how many mode we can open a file ?
How to remove 2 duplicate records and copy only one using job control language?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What does MAXCC 3 means? It is used in one my codes.
how to transfer the file from pc to mainframe??