Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-15
RESUME TERM Command
Considerations
•
After you enter a RESUME TERM command, the SCREEN COBOL program starts
executing at the point where the TERM object was suspended. Screen recovery is
performed before the program resumes normal execution.
•
If a TERM object in TMF transaction mode was suspended for a programmatic
reason and is in a restartable state, the RESUME TERM command initiates TERM
activity by restarting the logical transaction at the BEGIN-TRANSACTION verb.
When this happens, the special register RESTART-COUNTER is incremented by
1.
•
If the TCP suspended a TERM object because of a fatal error condition, you might
have to issue an ABORT TERM command before attempting to restart the TERM
object.
Examples
The following command restarts the TERM object named TERM-1:
RESUME TERM TERM-1
The following command restarts two TERM objects:
RESUME (TERM-2,TERM-3)
The following command restarts all TERM objects in the SUSPENDED state:
RESUME TERM *
The following command restarts all TERM objects in the SUSPENDED state under the
control of the TCP named TCPA:
RESUME TERM *, STATE SUSPENDED, TCP TCPA