Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-40
SUSPEND TERM Command
SUSPEND TERM Command
Use the SUSPEND TERM command to direct the TCP to temporarily suspend
execution of the SCREEN COBOL program. This command can be used for debugging
when it is important to preserve the TERM object in its most recent state. The
RESUME TERM command releases the suspension.
A TERM object is suspended as soon as it reaches a qualified state, which exists when
the following three conditions are met:
•
The TERM has reached a SCREEN COBOL ACCEPT statement.
•
The SCREEN COBOL special register STOP-MODE is set to zero.
•
The TERM (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.
!
immediately suspends TERM objects at any ACCEPT statement; the STOP-MODE
value is disregarded. If a TERM object is in TMF transaction mode, the transaction
is backed out before the TERM object is suspended.
TERM *
suspends execution of all TERM objects in the PATHMON environment. If option
is specified, suspends 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
SUSPEND { [ TERM ] term-name [!] }
{ [ TERM ] ( term-name [ , term-name ]... ) }
{ TERM * [ option [ option ]... ] }
option is:
STATE state-type
TCP tcp-name
!