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 are the pertinent COBOL commands?
What are the different rules of SORT operation?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which mode is used to operate the sequential file?
Write a program to explain size error.
How many sections are there in data division in COBOL?
What are the rules of the move verb?
What are literals?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Have you used comp and comp-3 in your project? And how?
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
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.
When is inspect verb is used in cobol?
What is difference between static and dynamic call in cobol?