Pathway/iTS System Management Manual (G06.24+)
Terminal Control Process (TCP) Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
9-19
SET TCP Command
see Appendix C, Configuration Limits and Defaults, in this manual, and to the
TS/MP System Management Manual, for information about configuration limits.
MAXTERMS number
specifies the maximum number of terminals that the TCP can have open at the
same time. number must be a value from 0 through 4095, where 4095 is the total
allowed for all PATHMON-controlled objects.
A TCP opens its terminals with a syncdepth of 1.
This attribute is required to create a valid TCP definition; there is no default value.
TCLPROG file-name
specifies the name of the SCREEN COBOL object library file that the TCP uses to
locate the screen programs for its terminals. A file name consists of all characters
prefixed to the letters COD in the name under which the SCREEN COBOL
program is compiled. For example, if the object file name is
$VOL.SUBVOL.POBJCOD, file-name is POBJ.
If you do not specify a node name, the default node for file-name expansion can be
affected by several factors, including values you specify for the HP
NonStop TS/MP CMDVOL command and the NODEINDEPENDENT attribute of
the TS/MP SET PATHWAY command. For details, see Specifying Node
Independence on page 2-5.
If you specify a TCLPROG file name in either a SET TERM or SET PROGRAM
command, the TCP first checks that file for the requested program unit before it
checks the file specified in the SET TCP command.
This attribute is required to create a valid TCP definition; there is no default value.
AUTORESTART number
specifies the number of times that the PATHMON process attempts to restart the
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 32,767. If you omit this attribute, the
default is 0.
After an abnormal failure, the action caused by this option is equivalent to using a
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 the 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.