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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2179 views
  • 0 likes
  • 3 in conversation