Previous Page | Next Page

The DOCUMENT Procedure

SETLABEL Statement


Assigns a label to the specified path.
SETLABEL path 'label';


Required Arguments

'label'

specifies the text of the label. You can customize labels by inserting BY variable values (#BYVAL), BY variable names (#BYVAR), or BY lines (#BYLINE) into labels that are specified in PROC DOCUMENT steps.

Requirement: The label must be enclosed in quotation marks.
See also: For more information, see Customizing Labels, Titles, and Footnotes with BY Variables.
path

specifies the location of a link, output object, or file location.

Tip: You can use the symbol '^' to represent the current path and the symbol '^^' to represent the parent path.

Previous Page | Next Page | Top of Page