SSRange is used to do a range check on which of the
Following.
SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Answer Posted / sunaina javali
SSRange is a compiler options,is used to do a SUBSCRIPT out
of range checking. NOSSRANGE is the default and if chosen,
no run time error will be flagged if your index or
subscript goes out of the permissible range
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What is a scope terminator give example?
What is rmode(24)
What is amode(24)?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Mention the guidelines to write a structured cobol program?
Have you used comp and comp-3 in your project? And how?
Can we redefine the field of x(200) to less than 200?
What are the rules of the move verb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different rules for performing sort operation?
Write a program to explain size error.
How do you get the data to code the BMS macro?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between a binary search and a sequential search what are the pertinent cobol?