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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the pertinent COBOL
What the difference is between continue and next sentence?
Give some examples of command terminators?
How arrays can be defined in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different data types in cobol?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do u write test cases?
Write a program to explain size error.
How do you define a variable of comp-1 and comp-2?
What are the cobol coding sheets?
What is the difference between next sentence and continue in cobol programing language?
A table has two indexes defined. Which one will be used by the SEARCH?