Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-17
SET TERM Command
The following is an example of a file name for a process emulating a terminal:
\*.$PRO45.#X25LA.TERM45
where $PRO45 is the process file name and #X25LA is a communication line.
If you define a process file name, you must also define a corresponding terminal
type using the TYPE attribute.
This attribute is required to create a valid definition for a TERM object.
INITIAL program-unit-name
specifies the name of the SCREEN COBOL program unit that the TERM object
enters on startup. program-unit-name is the program name specified in the
PROGRAM-ID sentence of the identification division in a SCREEN COBOL
program.
This attribute is required to create a valid definition for a TERM object.
TCP tcp-name
specifies the name of the TCP that controls the TERM object operations.
This attribute is required to create a valid definition for a TERM object.
AUTORESTART number
specifies the number of times that the PATHMON process attempts to restart the
TERM object within a fixed 10-minute interval after an abnormal termination
causes the TCP to place the TERM object in the SUSPEND-ABORT or a
SUSPEND-RESUME state. This state does not result from a normal ABORT,
STOP, or SUSPEND command.
number can be a value from 0 through 32,767. If you omit this attribute, the default
is 0.
After an abnormal termination, the action caused by this option is equivalent to
using an ABORT TERM command followed by the START TERM command.
AUTORESTART does not affect TERM objects during the interval between normal
SUSPEND and RESUME operations, and does not apply to devices using
programs that were started through the RUN PROGRAM command.
BREAK { ON | OFF }
specifies whether the TCP accepts the Break key function for its terminals running
in conversational mode.
If a process is running as a terminal emulator, the value for this attribute always
defaults to OFF.
If you omit this attribute, the default is OFF. This attribute is effective only for
terminals running in conversational mode.