Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-79
SET TERM
This attribute is optional; if you omit this attribute, there is no default and the
terminal or device process acts as a dummy terminal. See Section 3 for a discussion
of dummy terminals.
GROUP group-name
specifies the name of a set of TERM objects; all temporary and configured TERM
objects defined with this group-name are members of the same set.
group-name can be from 1 to 15 alphanumeric or hyphen characters and must
start with a letter, be unique within the Pathway/XM environment, and not be a
Pathway/XM reserved word.
A TERM object may be a member of more than one group. To do this, specify each
group in a separate SET TERM GROUP statement.
This attribute is optional; if you omit this attribute, there is no default.
INSPECT { ON [ ( FILE file-name ) ] | OFF }
specifies whether a SCREEN COBOL program running on this TERM object starts
the Inspect process when the program begins execution. The SET TCP INSPECT
attribute must be set to ON.
If you omit this attribute, the default is OFF.
ON
starts the Inspect process when the program begins and positions the program at
a breakpoint before the first program instruction executes.
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 and the Inspect command terminal is not named in
the SET TCP INSPECT attribute, the default is the home terminal of the TCP.
OFF
does not start the Inspect process when the program begins.