proc template; define style styles.test; parent=styles.rtf; style table from table / preimage='c:\saslog.jpg'; end; run; ods rtf file='temp.rtf' style=styles.test; proc print data=sashelp.class; run; ods rtf close;
ods escapechar='^'; ods rtf file='temp.rtf'; proc print data=sashelp.class; title j=l '^S='; run; proc print data=sashelp.class; title; title2 'this is a test'; run; ods rtf close;
| Product Family | Product | System | SAS Release | |
| Reported | Fixed* | |||
| SAS System | Base SAS | All | n/a | |
* 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.