Pathmaker Reference Manual
PROCESS-CONFIG Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–19
CPUS
number
Specifies the CPUs where the process can execute. Each number in the list refers to
a single CPU and must be unique among the other CPUs in the list. Use one or
more numbers from 0 through 15.
If you do not designate a CPU number, the system uses all CPUs between 0 and 15.
When the process is invoked, the system ignores all CPUs that are not running.
Example The following statement defines a COBOL process as $SYSTEM.SYSTEM.COBOL85
and configures the process to execute on CPUs 1-3. Defaults will be used for the other
process configuration attributes.
> PROCESS-CONFIG COBOL ($SYSTEM.SYSTEM.COBOL85, CPUS 1,2,3) ;