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?

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

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