BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

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

3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

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

thanikondharish
Fluorite | Level 6
sorry
it didn't help me can you give me one more idea?

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2130 views
  • 0 likes
  • 3 in conversation