PTrace Reference Manual

PTrace Commands
PTrace Reference Manual526393-001
3-22
OUT Command
OUT Command
The OUT command changes the PTrace listing file.
TO file-name
specifies the file that is to receive PTrace output. If an output file is currently open,
it is closed and the specified file is opened.
LENGTH line-len
specifies the length of the records written to the output device. line-len must be
an integer in the range 80 through 132. If the LENGTH option is omitted, line-
len is set to the physical record length of the device.
LINES page-len
specifies the number of lines to be written to the device before a page break is
indicated. page-len must be an integer in the range 30 through 100. If the
LINES option is omitted, page-len is set to 56. Page break indications are sent
to any noninteractive device.
STOP
specifies that PTrace output should be directed to the original PTrace OUT file (the
one in effect prior to the OUT command).
Example: OUT Command
PAGESIZE Command
The PAGESIZE command sets the size of the terminal screen for interactive mode.
When a screen of data has been displayed, PTrace displays the number of lines
requested and stops.
size
is an integer that specifies the size of the page. If size is in the range 2 to 255,
PTrace displays size-1 lines. If size is 0, PTrace does not count the number of
lines. size cannot be set to 1.
OUT { TO file-name [, LENGTH line-len] [, LINES page-len] }
{ STOP }
OUT TO PTRACE.OUTFILE, LENGTH 96 Redirects PTrace output to a file with a
record length of 96.
PAGESIZE size