Technical data

System Dump Analyzer
SET OUTPUT
SET OUTPUT
Redirects output from SDA to the specified file or device.
Format
SET OUTPUT lespec
Parameter
filespec
Name of the file to which SDA is to send the output generated by its commands.
The default filespec is SYS$DISK:[default_dir]filename.LIS, where SYS$DISK
and [default-dir] represent the disk and directory specified in your last SET
DEFAULT command. You must specify a file name.
Description
When you use the SET OUTPUT command to send the SDA output to a file or
device, SDA continues to display the SDA commands that you enter but sends the
output generated by those commands to the file or device that you specify. (See
the description of the SET LOG command for a list of differences between SET
LOG and the SET OUTPUT command.)
When you finish directing SDA commands to an output file and want to return to
interactive display, issue the following command:
SDA> SET OUTPUT SYS$OUTPUT
If you use the SET OUTPUT command to send the SDA output to a listing file,
SDA builds a table of contents that identifies the displays you selected and places
the table of contents at the beginning of the output file. The SET OUTPUT
command formats the output into pages and produces a running head at the top
of each page.
SDA75