User`s guide
SUSPEND
(KMON)
Temporarily stops execution of the foreground or system job.
Format
SUSPEND [jobname]
Parameter
jobname
If you have system-job support enabled on your monitor, specify the name of the
system or foreground job you wish to suspend. If you do not have system-job
support, then do not include an argument with the SUSPEND command.
Description
RT–11 permits foreground input and output that are already in progress to finish;
however, it issues no new input or output requests and enters no completion routines
(see the RT–11 System Subroutine Library Manual for an explanation of completion
routines). You can continue execution of the job by typing the RESUME command.
The SUSPEND command is not valid for single-job monitors.
Examples
1. This command suspends execution of the foreground job that is currently running
on a system that does not have system job support:
.SUSPEND
2. This command suspends execution of the system job, QUEUE, that is currently
running on a system that does have system job support:
.SUSPEND QUEUE
RT–11 Command Descriptions 319










