ADEXIT

ADEXIT designates a module to be called for each record that is written to the SYSADATA file.

Syntax

Read syntax diagramSkip visual syntax diagramADEXIT=*name
Default
No exit is specified. Equivalent to specifying the NOADEXIT suboption of the EXIT compiler option. If ADEXIT=* is coded without the name parameter, NOADEXIT cannot be overridden.
name
Identifies a module to be used with the EXIT compiler option. If the suboption for this user exit is specified, the compiler loads the named module and calls it for each record that is written to the SYSADATA file.

For more information about the EXIT compiler option, see EXIT compiler option in the Enterprise COBOL Programming Guide.