Add picture to ods document

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;

Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASAlln/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.