BookmarkSubscribeRSS Feed
jins
Fluorite | Level 6

ods _all_ close;

filename mail email

      from=" "

      to =" "

     TYPE="text/html";

  ods html body=mail style=minimal rs=none;

 ods html text= "Hi";

 

proc report;....

run;

ods html text= "Kind regards" ;

ods html close;

 

When I submit this I get the output table corrects. For the text I have boxes in the outlook email. Are there any options to suppress these boxes? This is shown below here

 

Hi

 

 

 

 

 

Kind Regards,

 

 

3 REPLIES 3
jins
Fluorite | Level 6

Yes, I tried it and it did not work. Outlook gives a message on top that "If there are problems with how this message is displayed, click here to view it in a web browser". When I open in the browser it looks fine.

Not sure if it is an outlook related thing.

 

 

Kurt_Bremser
Super User

Outlook is a Microsoft product; MS has a very long history of not adhering to standards. It took them almost two decades to make Internet Explorer work like all other browsers. Try another mail client like Thunderbird for cross-testing.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 772 views
  • 0 likes
  • 2 in conversation