INEXIT
INEXIT designates a module to be called to obtain source statements instead of reading the SYSIN data set.
- Default
- No exit is specified. Equivalent to specifying the NOINEXIT suboption of the EXIT compiler option. If INEXIT=* is coded without the name parameter, NOINEXIT 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 source statements instead
of reading the SYSIN data set. If the option is supplied, the SYSIN
data set is not opened.
For more information about the EXIT compiler option, see EXIT compiler option in the Enterprise COBOL Programming Guide.