LIBEXIT

LIBEXIT designates a module to be called to obtain COPY statements instead of reading the SYSLIB or library-name data set.

Syntax

Read syntax diagramSkip visual syntax diagramLIBEXIT=*name
Default
No exit is specified. Equivalent to specifying the NOLIBEXIT suboption of the EXIT compiler option. If LIBEXIT=* is coded without the name parameter, NOLIBEXIT 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 to obtain COPY statements instead of reading the SYSLIB or library-name data set. If the option is supplied, the SYSLIB and library-name data sets are not opened.

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