Cobol Question:
Download Questions PDF

What is SSRANGE, NOSSRANGE?

Cobol Interview Question
Cobol Interview Question

Answer:

These are compiler options with respect to 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.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
How do you set a return code to the JCL from a COBOL program?What is AMODE(24), AMODE(31), RMODE(24) and RMODE(ANY) (applicable to only MVSESA Enterprise Server) ?