Virtual Hometerm Subsystem (VHS) Manual (H06.03+)
Command Descriptions
Virtual Hometerm Subsystem (VHS) Manual—429311-001
7-36
OUT Command
Examples
OUT Command
The OUT command directs the display output to a specified file (the OUT file).
file-spec
specifies the file to which the output listing is written to. If file-spec has the form
of a disk file name and the file does not exist, an EDIT file is created. If the named
file is an existing disk file, the output is appended to the file. If file-spec is
omitted, the output destination is restored to the setting it had at startup time.
!
purges the specified file and creates a new file of the same name. If this option is
not specified, VHSCI appends the output to the end of the existing file.
Consideration
The OUT file cannot have the same name as the log file. See the description of the
LOG command.
Examples
PAGESIZE Command
The PAGESIZE command designates the size of a printed page or of a display page
on the terminal screen. When a page of data displays on a terminal, VHSCI stops at
the end of the page and requests that the display continues or stops. Pressing the
Return key continues the display. This enables you to read each screen.
-> OBEY STARTUP.NET
-> OBEY NET
OUT [ file-spec [ ! ] ]
-> == Send the output of the INFO command to a disk file.
-> OUT $OPS.TEMP.INFO
-> INFO PROCESS $VHS1
-> OUT
-> == The same result is achieved with the following
-> == command.
-> INFO /OUT $OPS.TEMP.INFO/ PROCESS $VHS1
PAGESIZE [ integer ] [ TERMINAL ]
[ PRINTER ]










