KEEP-INT

Specifies whether the Compiler should produce intermediate code for an unsuccessful compilation; that is a compilation that produces serious or unrecoverable errors.

Note: This directive is supported in native COBOL only.

Syntax:

>>-.---.-.----.--KEEP-INT------------------><
   +-/-+ +-NO-+

Parameters:

None

Properties:

Default: KEEP-INT
Phase: Syntax check
$SET: Any

Comments:

The Compiler also accepts the directive-name without a hyphen; that is KEEPINT.

In the case of segmented programs, should any segment have an unsuccessful compilation with NOKEEP-INT selected then intermediate code is not produced for any of the segments.