Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)
Command Descriptions
Virtual Hometerm Subsystem (VHS) Manual—429311-002
7-37
PAGESIZE Command
!
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. For more information, see
LOG Command on page 7-34.
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.
integer
specifies the size of the printer or terminal page. If integer is in the range 2
through 255, VHSCI displays integer-1 lines before providing a page break. If
integer is omitted or has the value -1, VHSCI cannot provide a page break. The
default page size is 60 lines for a printer and 23 lines for a terminal.
TERMINAL
specifies that the terminal page size is being designated.
PRINTER
specifies that the printer page size is being designated.
Considerations
•
If both TERMINAL and PRINTER are omitted, TERMINAL is assumed.
-> == 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 ]