ATM Configuration and Management Manual

Configuring the ATM Subsystem
ATM Configuration and Management Manual522307-003
3-7
ADD PROCESS Command
INFILE {$device | [[$vol.]subvol.]filename }
optionally specifies the input file or process name sent to this process (in the
startup message) when it is started.
NAME $ZZATM
specifies the process name of this process, as recognized by TACL. This attribute
is required. The length limitation is six characters. If you specify the CPU attribute
and more than one processor, the length of the NAME value cannot exceed three
characters (after the dollar-sign) because the two-digit processor number is
appended to the process name.
OUTFILE {$device | [[$vol.]subvol.]filename
optionally specifies the output file or process name sent to this process (in the
startup message) when the process is started.
PRIMARYCPU n
optionally specifies the processor in which this process starts its primary process. n
can be from 0 through the maximum number of processors. The PRIMARYCPU
value cannot be the same as the BACKUPCPU value.
PRIORITY n
optionally specifies the priority to use when starting this process. The range is 1
through 199. If not specified, the priority is the same as the current SCF session
minus 1.
If a process must be higher than 199, it must set its own priority through call
PROCESS_SETINFO_.
PROGRAM [[$vol.]subvol.]filename
specifies the program object file for this process to use when started. If you specify
the SYSTEM subvolume, SCF searches for the file first on the SYSTEM
subvolume, then searches on the current SYSnn subvolume.
SAVEABEND { ON | OFF }
optionally specifies whether a saveabend file is created if this process stops
abnormally. This attribute overrides the SAVEABEND setting in the PROGRAM file
for this process.
ON
specifies that a saveabend file is created automatically if the process ends
abnormally.