CHECK (non-CICS)
This option is only enabled if COBOL is specified on the General tab.
CHECK flags checking errors within an application. In COBOL, index, subscript, and reference
modification ranges are checking errors.
CHECK has the following suboptions :
- No (OFF) : specifies that run-time checking is not performed.
- Yes (ON) : specifies that run-time checking is performed.
Performance Consideration :
If your COBOL program was compiled with SSRANGE and you are not testing or debugging an
application, performance improves when you specify CHECK(OFF).