Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-71
SET TCP
MAXWEIGHTS number
specifies the total of the SET TERM WEIGHT values allowed for a TCP. The
PXMCFG process uses this value to calculate the number of TERM objects to
assign to the TCP. For example, if you specify a value of 100 and SET TERM
WEIGHT is 10, then the maximum number of TERM objects that can be assigned to
the TCP is 10.
number must be a value from 1 through 32768. If you omit this attribute, the
default is 32768.
The higher the value set for MAXWEIGHTS, the more TERM objects the
PXMCFG process assigns to a TCP.
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 a 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 a TCP not to recover the screen automatically. Instead, the TCP displays
a blank screen ready to read a function key entry.
0 The TCP does not run with a backup process.
1 The TCP runs with a backup process.