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
What is a scope terminator give example?
What is the difference between Global and External Variables?
how do you reference the printer file formats from cobol programs
Write a program to explain size error.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Define cobol?
Are you comfortable in cobol or jcl?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the fixed unblock file formats from cobol programs
What are the different types of condition in cobol and write their forms.
What is the LINKAGE SECTION used in COBOL?
what is the use of outrecord?
how do you reference the rrds file formats from cobol programs
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.
How to use the same COBOL program in Batch and CICS on lines? explain with an example