Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-68
SET TCP
HOMETERM device-name
specifies the name of the terminal that receives TCP debugging information.
Defaults for file name expansion are based on the values of the SYSTEM and
DEFAULT attributes of the associated NODE object.
If you omit this attribute, the default is the value you specify for SET NODE
HOMETERM.
INSPECT {ON | OFF}
specifies whether you can use the Inspect program to examine the SCREEN
COBOL programs running on the terminals controlled by a TCP. The SET TCP
INSPECT attribute must be set to ON.
If you omit this attribute, the default is OFF.
ON
directs the TCP to allow communication between the Inspect program and the
SCREEN COBOL programs after system startup.
FILE file-name
specifies the name of the Inspect command terminal.
Defaults for file name expansion are based on the values of the SYSTEM and
DEFAULT attributes of the associated NODE object.
If you omit file-name, the default is the home terminal of the TCP.
OFF
directs the TCP not to allow communication between the Inspect program and
the SCREEN COBOL programs.
The TCP can control a maximum of 8 terminals simultaneously running the
Inspect program and can process a total of 20 program breakpoints for all
SCREEN COBOL programs under inspection.
If a TCP primary process fails, all breakpoints set for the Inspect program are
lost. The breakpoints should be reentered when the TCP backup process takes
over.
LIKE tcp-name
sets the attribute values for a TCP to those of the named TCP. tcp-name must be
the name of a previously added TCP.