Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-17
INCLUDE
INCLUDE
This statement directs PXMCFG to process the specified nested statement file.
PXMCFG processes all nested statements in the named file before returning to the
original statement file to continue processing.
file-name
specifies the name of a source file containing PXMCFG statements.
Consideration
This statement is useful for simplifying a very large configuration source file. The
master source file might contain only a list of INCLUDE statements, each one
specifying a file that contained a portion of the configuration statements. For example,
one nested source file might contain only the SERVER object configuration statements,
while another nested source file might contain only the TERM and PROGRAM object
configurations, and so forth.
INCLUDE file-name