Creates or modifies an object footer (lines of text) after the
specified output object.
OBANOTE<n> output-object <'text'>
</ JUST= LEFT | CENTER | RIGHT>;
|
-
output-object
-
specifies the name of the ODS output object.
-
JUST= LEFT | CENTER | RIGHT
-
specifies the alignment of the object footer.
-
LEFT
-
aligns the object footer with the left margin.
-
CENTER
-
centers the object footer between the left
and right margins.
-
RIGHT
-
aligns the object footer with the right
margin.
-
n
-
specifies the relative line that contains
the object footer.
Default: |
If you omit n, then SAS assumes a value of 1. Therefore, specify either
OBANOTE or OBANOTE1 for the first text line. |
Range: |
1-10 |
Tip: |
The OBANOTE line with the
highest number appears on the bottom line. |
Tip: |
You
can create notes that contain blank lines between them. For example, if you
specify a text string with an OBANOTE1 statement that is followed by an OBANOTE3
statement, then a blank line separates the two lines of
text. |
-
'text'
-
specifies the text string that becomes the
object footer.
You can customize object footers by inserting BY variable
values (#BYVALn), BY variable names (#BYVARn), or BY lines (#BYLINE) into
object footers that are specified in PROC DOCUMENT steps. After you specify
the object footer, embed the items at the position where you want them to
appear. For more information, see Customizing Labels, Titles, and Footnotes with BY Variables.
Requirement: |
All text strings
must be enclosed in quotation marks. |
Caution: |
If no text string is
specified, then the OBANOTE statement deletes all object footers for the specified
output object only. |
|
|
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.