Do not use the function syntax for ODS ESCAPECHAR to produce
superscripts with the ODS RTF destination. Instead, use the traditional ODS
ESCAPECHAR syntax. For example, use the following statement:
proc report style(report)=[posttext="SuperScript test \super 2"];
instead of this statement:
proc report style(report)=[posttext="SuperScript test ^{super 2}"];
TEXT= 'text-string'
inserts text into your RTF output.
text-string
is the text that you want to insert into your RTF output. You can also use TEXT=
to annotate other output.
Requirement
You must enclose a text-string in quotation marks.
TITLE= 'title-text'
inserts the text string that you ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.