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

What is a scope terminator give example?

825


What is the difference between Global and External Variables?

912


how do you reference the printer file formats from cobol programs

880


Write a program to explain size error.

880


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1031


Define cobol?

1064


Are you comfortable in cobol or jcl?

799


What is the difference between next sentence and continue in cobol programing language?

943


how do you reference the fixed unblock file formats from cobol programs

916


What are the different types of condition in cobol and write their forms.

860


What is the LINKAGE SECTION used in COBOL?

1178


what is the use of outrecord?

1964


how do you reference the rrds file formats from cobol programs

1127


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5410


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2101