CHECK

With CHECK(ON), checking errors are flagged during execution. Checking errors that are in a COBOL program are index, subscript and reference modification ranges. Using CHECK(OFF) is recommended if you compiled your program with SSRANGE, and you are not testing or debugging. COBOL only option.

Refer to the IBM Language Environment Customization Manual for additional details for this option.