Analyzer Command
Specifies the text of the title lines on each page of PLOT and
TABULATE output.
Format
SET TITLE "title-text" [,"title-text"...]
1 – Parameters
title-text
Specifies the text of one title line. The text must be enclosed
in quotation marks, and cannot be longer than the current
terminal width. In a list of title-text parameters, the first
title-text parameter specifies the text for the first title line,
the second parameter specifies the text for the second title
line, and so on. If you use the /LINE=n qualifier, the first
title-text parameter specifies the text for line n, the second
parameter specifies the text for line n+1, and so forth. You can
specify up to six lines of title text.
2 – Description
The SET TITLE command establishes up to six lines of title text
to be displayed on each page of output from PLOT, TABULATE and
related commands. The new title does not take effect until you
enter another PLOT or TABULATE command (it does not affect the
current plot or table). Each title line is centered within the
current terminal width. After centering, the rightmost 10 columns
of the first title line are overlaid with the page number. To
prevent truncation, the first title line should thus be limited
to the current terminal width minus 20 characters of text.
If you have established a multiline title, you can change
individual lines within that title by using the /LINE=n
qualifier. If /LINE=n is not used, the new title completely
replaces all of the previous title lines.
If you do not issue a SET TITLE command, "Performance and
Coverage Analyzer for OpenVMS" is shown on the first title line.
3 – Qualifiers
3.1 /LINE
/LINE=n
Specifies that the first title-text parameter should go in line
n of the title, that the second title-text parameter should go
in line n+1 of the title, and so on. This qualifier is used
to selectively replace certain lines of an already established
title.
4 – Examples
PCAA> SET TITLE "Welcome to Wonderland", "Enjoy your visit"
This command establishes the specified two-line title for the
output of subsequent PLOT and TABULATE commands.
PCAA> SET TITLE/LINE=2 'Come Again, Good Day', 'Area "END"'
This command replaces line 2 of the title established in
Example 1 and adds a third line. The resulting three-line title
is displayed on the output of subsequent PLOT and TABULATE
commands.