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 the difference between Global and External Variables?
Write the code to count the sum of n natural numbers.
What is the difference between external and global variables in COBOL?
Mention the guidelines to write a structured cobol program?
How you can characterize tables in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Which mode is used to operate the sequential file?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is static and dynamic call in cobol?
How do u write test cases?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write a program to enter and display the names of students in a class using the occurs clause.
how to access the file from prodution from changeman tool and to submit a file to production
What is comp-1 and comp-2?