Pathway/iTS System Management Manual (G06.24+)

Terminal Control Process (TCP) Commands
HP NonStop Pathway/iTS System Management Manual426748-002
9-27
SET TCP Command
NONSTOP { 0 | 1 }
specifies whether a TCP runs with a backup process and performs normal
checkpoint operations.
If you omit this attribute, the default is 1. In a single processor environment, using
the default generates an error. You can either ignore the error or set NONSTOP
to 0.
POWERONRECOVERY { ON | OFF }
specifies whether or not a TCP automatically recovers a screen after it encounters
a file-system error 191.
This attribute is only valid for 6530 devices in block mode. A 3270 device causes a
modem to disconnect when power is turned off.
If you omit this attribute, the default is ON.
ON
directs the TCP to recover the screen automaticallyexcept for data and
display characteristicsby first executing a DISPLAY BASE statement for the
current base screen and a DISPLAY OVERLAY statement for every current
overlay screen.
After all the current screens are displayed, the TCP checks for a user
exception code declared in the USE FOR SCREEN RECOVERY clause. If the
user exception code is available, the TCP transfers control to it. If the code is
not available, the TCP returns control to the ACCEPT statement.
OFF
directs the TCP not to recover the screen automatically. Instead, the TCP
displays a blank screen ready to read a function key entry.
PRI priority
specifies the priority at which a TCP runs.
priority can be a value from 1 through 199. If you omit this attribute, the default
is 20 less than the priority of the PATHMON process.
PROCESS $process-name
specifies the process name of the TCP when it starts.
process-name can be a maximum of 5 characters, beginning with a dollar sign
($) and followed by 1 to 4 alphanumeric characters. The first character must be a
letter.
0 The TCP does not run with a backup process.
1 The TCP runs with a backup process.