Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)

Command Descriptions
Virtual Hometerm Subsystem (VHS) Manual429311-002
7-39
PAUSE Command
If the Break key is pressed during a VHSCI session and a new PARAM value is set
outside of VHSCI, VHSCI does not receive this PARAM value. VHSCI cannot pass
on the new PARAM value when it creates a process.
Another command cannot follow the PARAM command on the same line.
Examples
PAUSE Command
The PAUSE command suspends VHSCI and allows the terminal to be used by another
process. When you invoke a process during a VHSCI session through the RUN
command, you can use the Break key to reactivate VHSCI. Once in VHSCI, you can
use the PAUSE command to allow access to the terminal by the other process.
Consideration
The PAUSE command can be issued only by an interactive user.
REPEAT Command
The REPEAT command causes the remainder of the command line to be repeated for
the number of iterations specified or until the Break key is pressed if none is specified.
/ OUT file-spec /
causes any VHSCI output generated for this command to be directed to the
specified file.
count
specifies the number of times the command-line is executed. If omitted, the
command-line is executed until the Break key is pressed, or the process is sent
a WAKE message, or the process is terminated.
command-line
specifies one or more VHSCI commands separated by semicolons (;).
-> PARAM VHSCI^DEBUG^ENABLE ON
-> PARAM
PARAM VHSCI^DEBUG^ENABLE .ON.
PAUSE
REPEAT [ / OUT file-spec / ] [ count ] command-line