User`s guide

SRUN
You would then specify 6 in response to the system job prompt (Job?) to call
VTCOM. The SHOW JOBS command would display the job 6.
If you attempt to assign the same number or logical job-name to two system jobs,
an error message displays at the terminal.
/PAUSE
(Used for debugging a program) When you press
RETURN
at the end of the
command string, RT–11 displays the load address of your program and waits. You
can then use ODT to examine or modify the program before starting execution
(see the chapter on ODT in the RT–11 System Utilities Manual). You must use
the RESUME command to restart the system job.
The following command loads the program MFUNCT.REL, displays the load
address, and waits for a RESUME command to begin execution:
.SRUN MFUNCT/PAUSE
Loaded at 126556
.RESUME MFUNCT
/TERMINAL:value
(Requires multiterminal support, a feature available only through system
generation) Changes the console of the system job. The value argument specifies
a terminal logical-unit number. By assigning a different terminal to interact with
the system job, you eliminate the need for system, foreground, and background
jobs to share the console terminal.
Note that the original console terminal still interacts with the background job
and with the monitor, unless you use the SET TT: CONSOL command to change
this.
RT–11 Command Descriptions 317