Safeguard Reference Manual (G06.29+, H06.08+, J06.03+)

Table Of Contents
Event-Exit-Process Commands
Safeguard Reference Manual 520618-030
15 - 10
DELETE EVENT-EXIT-PROCESS Command
PARAM-TEXT [startup-param-text]
specifies up to 255 characters of data to be supplied as the startup message
text for the event-exit process. If you specify the PARAM-TEXT attribute, it
must be the last attribute in the command string.
The default value is no text. A null entry reset
s the value to the default value.
Considerations
The event-exit process must be multithreaded and must perform NOWAITED I/O.
Do not specify $SYSTEM.SYSTEM.NULL as prog-filename. The process must
open its $RECEIVE queue in order to complete the enable.
Do not specify an existing process name as process-name because $ZSMP will
kill that process before starting the event-exit process.
Examples
1. To change the response timeout to 15 seconds for the event-exit process
LOGON1:
=ALTER EVENT-EXIT-PROCESS logon1, RESPONSE-TIMEOUT 15
2. To disable the event-exit process:
=ALTER EVENT-EXIT-PROCESS logon1 ENABLED off
DELETE EVENT-EXIT-PROCESS Command
DELETE EVENT-EXIT-PROCESS removes an event-exit configuration record from the
Safeguard database. After the configuration record is deleted, the event-exit process
cannot be used unless a new configuration record is created for it.
The event exit must be disabled before its configuration record can be deleted.
If you have defined a SECURITY-ADMINISTRATOR security group, only members of
that group can use the DELETE EVENT-EXIT-PROCESS command. If you have not
defined the SECURITY-ADMINISTRATOR security group, any super-group member
can use this command.
name
specifies the name of the event-exit process-configuration record to be deleted.
DELETE EVENT-EXIT-PROCESS name