Turns on all run-time checks in generated code.
Note: This directive is supported for native COBOL only.
Syntax:
>>--.----.---CHECK------------------><
+-NO-+
Properties:
Default:
|
None
|
Phase:
|
Generator
|
$SET:
|
Initial
|
Dependencies:
CHECK sets BOUND, LINKCHECK, PARAMCOUNTCHECK and RECURSECHECK immediately. NOCHECK sets NOBOUND, NOLINKCHECK, NOPARAMCOUNTCHECK and NORECURSECHECK immediately.
Comments:
CHECK turns on all run-time checks in generated code. The run-time checks include checks for:
NOCHECK turns off all run-time checks in generated code.