Pathway/XM System Management Manual
PXMCOM Commands
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
11-50
RESUME TERM
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 process 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 all TERM objects configured as members of the group
named SALES:
RESUME TERM GROUP SALES
The following command restarts all TERM objects in the SUSPENDED state:
RESUME TERM *