The DOCUMENT Procedure

SETLABEL Statement

Assigns a label to the specified path.

Syntax

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.
path
specifies the location of a link, output object, or directory.
Tip:You can use the symbol '^' to represent the current directory and the symbol '^^' to represent the parent directory.