Previous Topic: CNTLOVERNext Topic: COND


COBEXIT

The COBEXIT option activates the COBOL User Exit facility.

This option has the following format:

COBexit(module-name)|NOCOBol

Default: NOCOBol

module-name

Specifies the name of the COBOL load module to invoke for user exit processing.

Note: For a complete description of the COBOL User Exit facility, see the Programming Guide.

Example: Use module JCEXIT12

The following example activates the COBOL Exit Feature and directs CA JCLCheck to use module JCEXIT12 for the exit program:

COB(JCEXIT12)