Pathmaker Reference Manual

APPL-CONFIG Statement
Pathmaker Application Definition Language (PMADL)
2–8 067869 Tandem Computers Incorporated
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.
PATHLOG
filename
Specifies the name of the output location where the target application’s
PATHMON process is to write its log messages. The output location can be an
output device, a spooler location, or a disk file.
If you do not specify a PATHLOG clause, the target application uses the terminal
from which the application PATHMON process is started.
Example The following statement defines an application configuration on
$SYSTEM.PMKRDEV.
> APPL-CONFIG ( PATHMON $dev
, COMMAND-SUBVOL $system.pmkrdev
, DATABASE-SUBVOL $system.ddldict
, PRINTER $s.#spool3
, HOMETERM $oper3.#log
, CPUS 1, 2, 3, 4
) ;