
M specifies middle justification
T specifies top justification
char-variable specifies the name of a character variable from the input data
set.
Default
‘T’
Requirement
You must enclose B, M, and T in quotation marks.
URL: 'URL-path'
specifies the fully qualified URL path.
Example
obj.format_text(data: "Link to SAS Support",
url: "http://support.sas.com");
FOOTNOTE Method
Adds a footnote to the page.
Category: Page
Example: The following example left-justifies the footnote:
obj.footnote(data: 'Left Justified Footnote',
style_attr: 'just=left');
Syntax
FOOTNOTE(<option-1><,option-2, ...>);
Required Argument
DATA: <"string" | number | character-variable | numeric-variable ...