InterviewSolution
Saved Bookmarks
| 1. |
What is ssrange and nossrange in COBOL? |
|
Answer» In COBOL, SSRANGE is basically a COMPILER option which is used to handle the ARRAY overflow systematically. In the COBOL programming language, SSRANGE also needs to be SPECIFIED which helps to find the exact subscript out of RANGE.
|
|