Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)
Using VHSCI
Virtual Hometerm Subsystem (VHS) Manual—429311-002
5-3
Exiting VHSCI
IN [ file-name ]
specifies the input file for the VHSCI process. If you do not include the IN
file-name, VHSCI uses the IN file in effect for the current TACL (usually your
home terminal).
NAME [ $process-name ]
specifies the name you are assigning to VHSCI. Specify the $process-name
as an alphanumeric string of 1 to 5 characters, the first of which must be a
letter. (For network access, the name must be no more than four characters.) If
you omit this parameter, the VHSCI process is not named and has only a CPU
number and process ID.
NOWAIT
specifies that TACL does not wait while the program runs. TACL returns a
command input prompt after sending the startup message to the new process.
If you omit this option, TACL pauses while VHSCI runs.
OUT [ listfile ]
specifies the output file for the VHSCI process. If you omit OUT listfile, the
VHSCI process uses the OUT file in effect for the current TACL (usually your
home terminal).
PRI priority
specifies the run priority of the VHSCI process. Specify priority as an integer in
the range of 1 to 199. Processes with higher numbers are executed first. If you
omit this option, VHSCI runs at a priority of 1 less than that of the TACL
process. (If a $CMON process exists and you omit the PRI option, $CMON
might specify a priority other than 1 less than your TACL process. For more
information about $CMON, see the Guardian Programmer’s Guide).
command
is any valid VHSCI command. For more information on VHSCI commands, see
Section 7, Command Descriptions.
Exiting VHSCI
To exit from VHSCI, type this at the prompt:
-> exit
You can also exit VHSCI by entering E (the abbreviation for EXIT), pressing SF16, or
pressing CTRL/Y.