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
What is static and dynamic call in cobol?
How do you get the data to code the BMS macro?
What is the utilization of copybook in cobol?
Name the divisions, which are available in a cobol program?
what is the use of outrecord?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Explain about different table spaces.
What are 77 levels used for?
Have you used comp and comp-3 in your project? And how?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to convert the recors form vsam file to db2 table tru file aid
Define static linking and dynamic linking.
Which is not true about evaluate statement
I have a File that has duplicate records. I need only those records that occur more than thrice.?