
Syntax
HREF(<option-1><,option-2, ...>);
Required Arguments
DATA: <"string" | number | character-variable | numeric-variable>
specifies the data to display.
'string' specifies a text string.
number specifies an integer.
character-
variable
specifies the name of a character variable. The value of the
character variable from the input data set is written to the
output.
numeric-
variable
specifies the name of a numeric variable. The value of the
numeric variable from the input data set is written to the
output.
Requirement
You must enclose string in quotation marks.
Example
.
obj.href(data: 'Link to SAS Support',
url: 'http://support.sas.com');
URL: 'URL-path