Pathmaker Reference Manual

APPL-CONFIG Statement
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–7
APPL-CONFIG
Statement
The APPL-CONFIG statement defines the configuration of the target application that
will be generated from the current Pathmaker catalog.
The PMPROJECT INSTALL command refers to this information to generate a Pathway
configuration file, as well as other command files, for the target application.
APPL-CONFIG ( PATHMON
process-name
, COMMAND-SUBVOL
subvolume
, DATABASE-SUBVOL
subvolume
, PRINTER
filename
, HOMETERM
filename
, CPUS
number
[ ,
number
] ...
[ , PATHLOG
filename
]
) ;
PATHMON
process-name
Specifies the name of the PATHMON process that is to manage the target
application.
COMMAND-SUBVOL
subvolume
Specifies the name of the subvolume that is to contain the target application’s
installation command files generated by the PMPROJECT INSTALL command.
DATABASE-SUBVOL
subvolume
Specifies the name of the default qualifying subvolume that is to be used when
creating the application’s database files from their DDL record descriptions.
PRINTER
filename
Specifies the print location where screens in the target application are to be printed
when the application user presses the function key that designates the PRNT
action. The print location can be an output device or spooler location.
HOMETERM
filename
Specifies the home terminal of the target application. The home terminal is a
Guardian device or process name devoted exclusively to logging messages,
displaying fatal errors, and debugging. Because of this, the home terminal should
not be a terminal where the application is run.
CPUS
number
Specifies one or more numbers from 0 through 15 to name the CPUs where the
application processes can execute. Each number in the list refers to a single CPU
and must be unique among the other CPUs in the list.