Usage Note 24035: In ODS RTF, can I prevent the titles and footnotes from being written to the headers
and footers of a file?
Starting in Release 8.2, the experimental BODYTITLE option
places the titles and footnotes with the output instead of in the header and footer
sections of the RTF file.
ods rtf file='temp.rtf' bodytitle;
proc print data=sashelp.class;
run;
ods rtf close;
In Release 8.2, this option does not work correctly
when specified with both the NODATE and NONUMBER system options.
The workaround is to set the pagenumber to the same color as the background.
See this SASnote for more information and sample workaround code:
005115
The BODYTITLE option is production starting in SAS 9.
See more information about
PROC TEMPLATE and the RTF destination.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> RTF
|
| Date Modified: | 2006-08-30 17:03:45 |
| Date Created: | 2004-06-28 12:08:07 |