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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 704 views
  • 0 likes
  • 2 in conversation