PRTEXIT

PRTEXIT designates a module to be called instead of output being written to the SYSPRINT data set.

Syntax

Read syntax diagramSkip visual syntax diagramPRTEXIT=*name
Default
No exit is specified. Equivalent to specifying the NOPRTEXIT suboption of the EXIT compiler option. If PRTEXIT=* is coded without the name parameter, NOPRTEXIT cannot be overridden.
name
Identifies a module to be used with the EXIT compiler option. When the suboption for this user exit is specified, the compiler loads the named module and calls it instead of writing to the SYSPRINT data set. When the option is supplied, the SYSPRINT data set is not opened.

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