DELPRC EXIT

From VSI OpenVMS Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DELPRC_EXIT is a dynamic system parameter can be used to control $DELPRC system service options that call exit handlers prior to final cleanup and deletion of a process.

$DELPRC options

Option Description
0 Disable the exit handler functionality with $DELPRC
4 Execute kernel mode exit handlers.
5 (default) Execute exec and more privileged mode exit handlers.
6 Execute supervisor and more privileged mode exit handlers.
7 Execute user and more privileged mode exit handlers

See also