SPI Common Extensions Manual
ZCMK Definitions
SPI Common Extensions Manual—427508-001
B-4
Process Options and Startup Parameters
1. The process can have default file assignments.
2. A DEFINE statement overrides a process default.
3. An ASSIGN statement overrides a DEFINE assignment.
Process Options and Startup Parameters 
NAME process-name
contains the name of the process. The NAME option is required. All processes 
based on the ZCMK definitions must run as named processes.
CPU cpunum
specifies the CPU in which the process will run. If you do not declare this option, it 
defaults to the CPU used by the command interpreter that processes the RUN 
command.
IN filename
specifies the input file. This parameter has no general significance for processes 
based on the ZCMK definitions, but might for individual subsystems. See the 
subsystem-specific management programming manual.
MEM pages
Omit this parameter. Processes based on the ZCMK definitions are always 
allocated 64 pages of data space.
[RUN] [[$vol.]subvol.]progfile / NAME procname 
 [,CPU cpunum]
 [,IN filename]
 [,MEM pages]
 [,OUT filename]
 [,PRI priority]
 [,SWAP volname]
 [,TERM hometerm] /
 [[BACKUPCPU] cpunum]
 [,BACKUPDEBUG value]
 [,CHARMAPFILE filename]
 [,CHARMAPNAME mapname]
 [,COLLECTOR procname]
 [,COLLECTOR-1 procname]
 [,COLLECTOR-2 procname]
 [,COLLECTOR-3 procname]
 [,DATAPAGES pages] 
[EXTENSIBLE]]
 [,DEBUGONERR value]
 [,LOG | LOGFILE filename]
 [,RECEIVEDEPTH depth]
 [,SWAPVOL volname]










