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

Table Of Contents
Event-Exit-Process Commands
Safeguard Reference Manual 520618-030
15 - 9
ALTER EVENT-EXIT-PROCESS Command
PROG [prog-filename]
specifies the name of the object program file to be run when the ENABLED
attribute is set to ON. It must be a local file name. prog-filename must be
specified before the ENABLED attribute can be set to ON.
The default value is no object program file. A null entry reset
s the value to the
default value.
If an attempt is made to set this field to null and the ENABLED attribute is set
to ON, the command is rejected. The ENABLED attribute must be set to OFF
before this field can be set to null.
LIB [lib-filename]
specifies the library file to be used with the event-exit process. lib-filename
must be a local file name.
The default value is no library. A null entry reset
s the value to the default value.
SWAP [$vol[.subvol.filename]]
specifies the name of the volume or file to be used as the swap volume or file
for the event-exit process. $vol must be a local volume name. You can
optionally supply a subvolume name and file name.
If you omit this attribute, the value used for SWAP when starting PROG is the
same volume that contains the PROG object file.
PNAME [process-name]
specifies the process name to be assigned to the event-exit process when it is
started. process-name must be a local process name.
The default value is no process name, which indicates that the Safeguard
software is to generate a process name. A null entry resets the value to the
default value.
CPU [cpu-number | ANY]
specifies the number of the CPU in which the event-exit process is to run. If
you specify ANY, any CPU is used.
The default value is ANY CPU. A null entry resets the value to the default
value.
PRI [priority]
specifies the priority at which the event-exit process is to run.
The default value is 155. A null entry reset
s the value to the default value.