Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-38
STOP TERM Command
STOP TERM Command
Use the STOP TERM command to stop a TERM object. The TCP stops a TERM object
as soon as the TERM object reaches a qualified state. A qualified state exists when the
following three conditions are met:
•
The TERM object has reached a SCREEN COBOL ACCEPT statement.
•
The SCREEN COBOL special register STOP-MODE is set to zero.
•
The TERM object (if running under TMF auditing) is not in TMF transaction mode.
This command can be issued to configured and temporary TERM objects.
term-name
specifies the name of a TERM object. You can use either a single TERM name or
several TERM names separated by commas and enclosed in parentheses.
TERM *
stops all TERM objects in the PATHMON environment. If option is specified,
stops all TERM objects meeting the criteria specified.
STATE state-type
specifies the state of the multiple TERM objects. Possible values are:
RUNNING NOT RUNNING
STOPPED NOT STOPPED
SUSPENDED NOT SUSPENDED
This command stops only those TERM objects in the RUNNING or SUSPENDED
state. If you specify any other state, the system redisplays the command prompt; it
does not display any output or generate an error message.
You can substitute SEL for STATE.
TCP tcp-name
stops all TERM objects controlled by the specified TCP.
STOP { [ TERM ] term-name }
{ [ TERM ] ( term-name [ , term-name ]... ) }
{ TERM * [ , option [ , option ] ] }
option is:
STATE state-type
TCP tcp-name