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 the difference between AID and HANDLE AID?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is comp-1 and comp-2?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How can you get the ksds file records into your cobol program?
What is link edit in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how to refer the data field?
Difference between cobol and cobol-ii?
What is report-item in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?