SVGTITLE= System Option

Specifies the title in the title bar of the SVG output; specifies the value of the <title> element in the SVG file.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: SVG
PROC OPTIONS GROUP= SVG
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

SVGTITLE="title" | "" | ''

Syntax Description

"title"
specifies the title of the SVG.
"" | ''
specifies to reset the title to empty.
Requirement:Use two double quotation marks or two single quotation marks with no space between them.

Details

If the SVGTITLE option is not specified, the title bar of the SVG output displays the filename of the SVG output.
The value for the SVGTITLE= option must be enclosed in single or double quotation marks, or enclosed in parentheses.