Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-64
SET TCP
NODE node-name
specifies the name of a previously defined and added NODE object that defines the
resources to be used by TCP processes configured from this TCP template. The
NODE object must have the ROLE attribute set to CLIENT.
This attribute is required and must be specified before you specify the TCLPROG
attribute.
TCLPROG file-name
specifies the name of the SCREEN COBOL object library file that a TCP uses to
locate the screen programs for its terminals. A file name consists of alphabetic
characters prefixed to the letters COD and placed in the name under which the
SCREEN COBOL program is compiled. For example, if the object file name is
$VOL.SUBVOL.POBJCOD, the TCLPROG file-name is POBJ.
Defaults for file name expansion are based on the values of the SYSTEM and
DEFAULT attributes of the associated NODE object.
This attribute is required; there is no default value.
AUTORESTART number
specifies the number of times the PATHMON process attempts to restart a TCP,
within a fixed 10-minute interval after an abnormal termination, such as multiple
CPU failures or the failure of an unpaired process.
number can be a value from 0 through 32767. If you omit this attribute, the default
is 0.
After an abnormal failure, the action caused by this option is equivalent to using a
PXMCOM START TCP command followed by a START TERM command. This
action affects all of the terminals configured and running with the AUTORESTART
option at the time the TCP stops.
CHECK-DIRECTORY { ON | OFF }
specifies whether a TCP checks the SCREEN COBOL TCLPROG directory file (for
example, POBJDIR) for the latest version of a called program when executing a
SCREEN COBOL CALL statement.
If you omit this attribute, the default is ON.
ON
directs the TCP processes to check the SCREEN COBOL program directory file
for the latest accessible version of the called program unit.
This is the recommended setting for a development environment in which
SCREEN COBOL programs change frequently.