Cobol Question:

What is SSRANGE, NOSSRANGE?

Tweet Share WhatsApp

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 PDF Read All 110 Cobol Questions
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) ?