Answer Posted / ms. stanley
SSRANGE is a compiler option used to handle an array overflow
Default Compiler Option is NOSSRANGE and hence when required
to handle the overflow condition, SSRANGE Compiler Option
needs to be specified in the COBOL Program (The first Line
of the program)
| Is This Answer Correct ? | 57 Yes | 5 No |
Post New Answer View All Answers
What the difference is between continue and next sentence?
In which area will you utilize 88 level items in cobol?
What is difference between static and dynamic call in cobol?
How you can characterize tables in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain what you understand by passing by value.
what is search and searchall?what is the diffrence between them?give an best example?
Define static linking and dynamic linking.
Write a cobol program making use of the redefine clause.
Which mode is used to operate the sequential file?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how to access the file from prodution from changeman tool and to submit a file to production
what is difference between cobol and cobol/400
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.