Can anyone tell me how to handle the array beyond the limit.
If we have an array or a table which can handle 5000
records but now we have to compensate 20000 records with
the same array? how to handle the situation.

Answer Posted / ravi singh

use Dynamic Memory allocation

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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...)

1931


Discuss about changing dataset name in proc.

765


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

718


Write a cobol program making use of the redefine clause.

739






What is amode(24)?

684


how to move the records from file to array table. give with code example

2221


What is a report item?

741


what is the use of outrecord?

1774


When is inspect verb is used in cobol?

679


Write a program that uses move corresponding.

674


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?

1232


how do you define single dimensional array and multidimensional array in your cobol?

679


What are literals?

632


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678