Usage Note 24044: Just when I thought the ODS RTF destination was boring, you add animation.
You can spice up an RTF file by adding the \animtextN control word to the
TITLE or FOOTNOTE
statement. View output.
ods rtf body='c:\test\rtf13.rtf';
proc report data=sashelp.class nowd;
title '{\animtext1 Hello there}';
title2 '{\animtext2 How is the weather?}';
title3 '{\animtext3 I love ODS RTF!}';
title4 '{\animtext4 This is all for now}';
title5 '{\animtext5 see ya soon}';
title6 '{\animtext6 enjoy}';
run;
ods rtf close;
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: | 2004-06-29 15:08:51 |
| Date Created: | 2004-06-28 12:54:08 |