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

Post New Answer

More COBOL Interview Questions

Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a

3 Answers   TCS,


What does the initialize statement do ?

2 Answers  


Can we redefine the field of x(200) to less than 200?

0 Answers  


What rules are followed by the search verb.

0 Answers  


why we are using set in searchall?

4 Answers   IBM,






wht is load module and object module ?

2 Answers   DELL, TCS,


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


how you read control card into array?

3 Answers   HCL,


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


how do you reference the variable block file formats from cobol programs

0 Answers  


Categories