ods rtf file='D:\phani\dd.rtf';
proc report data=sashelp.class nowd ;
column name age sex height weight ;
title 'students data' ;
options nodate nonumber ;
run;
ods rtf close ;
if i run above program it will give rtf file but how to assign background photo in rtf like see attached file
rtf file didn't upload due to file size so i uploaded pdf file
I don't believe that RTF supports background images, at least I could find nothing about it. Is this something done in Word perhaps? Is it a watermark image? This post may help:
https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-RTF-to-add-a-watermark/td-p/1002
Look at the BACKGROUNDIMAGE style element in proc template. Since SAS 9.4, ODS TAGSETS.RTF supports it (not ODS RTF).
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.