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 / babjee talluri
Use SSRANGE property.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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?
What is the difference between comp and comp-3 usage?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How are the next sentence and continue different from each other?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the printer file formats from cobol programs
What is the difference between comp and comp-3?
What is the difference between perform … with test after and perform … with test before?
How do you reference the fixed block file formats from cobol programs
What type of SDLC u followed? Why?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the utilization of copybook in cobol?