<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to insert html text in SAS email body in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289595#M16580</link>
    <description>&lt;P&gt;Thank you Ballardw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will wait for any help in resolving my problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 17:36:03 GMT</pubDate>
    <dc:creator>SanthSG</dc:creator>
    <dc:date>2016-08-04T17:36:03Z</dc:date>
    <item>
      <title>how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289253#M16560</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Could you all please help me in inserting HTML Text with font options in SAS Email. I tried the below code but without proc report in body the output is blank.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename mymail email from="santh@urbanpro.com"&lt;/P&gt;&lt;P&gt;to=("santh@urbanpro.com")&lt;/P&gt;&lt;P&gt;subject="Territory Sales"&lt;BR /&gt;content_type="Text/HTML"&lt;BR /&gt;attach = ("/sasdata/sas_codes/NewSales/SalesValid.xls" Content_type="application/excel");&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ODS ESCAPECHAR='^';&lt;BR /&gt;ods html body=mymail style=minimal;&lt;/P&gt;&lt;P&gt;title j=left font = verdana height=10pt color=black&lt;BR /&gt;title "Good Morning, ^{newline 2}&lt;/P&gt;&lt;P&gt;Attached is the Aug 2016 Sales Report. ^{newline 2}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks and Regards, ^{newline 2}&lt;/P&gt;&lt;P&gt;^{style [Font_weight=bold FONT=(verdana,8Pt) color=Navy ] Santh S} ^{newline 1}&lt;BR /&gt;^{style [Font_weight=bold FONT=(verdana,8Pt) color=Navy ] Business Analyst} ^{newline 1}&lt;BR /&gt;^{style [ FONT=(verdana,8Pt) color=black ] GR Team} ^{newline 1}&lt;BR /&gt;^{style [Font_weight=bold FONT=(verdana,8Pt) color=Navy ] Client Analytics } ^{newline 1}&lt;BR /&gt;^{style [Font_weight=bold FONT=(verdana,8Pt) color=Navy ] UnrbaPro} ^{newline 1}&lt;BR /&gt;^{style [ FONT=(verdana,8Pt) color=black ] UBSC, Dekhi 400019, INDIA} ^{newline 2}&lt;/P&gt;&lt;P&gt;^{style [ Font_weight=bold FONT=(verdana,8Pt) color=black ] TEL }&lt;BR /&gt;^{style [ FONT=(verdana,8Pt) color=black ] + 91 40 4090 1000} ^{newline 1}&lt;BR /&gt;^{style [ Font_weight=bold FONT=(verdana,8Pt) color=black ] INTERNAL }&lt;BR /&gt;&lt;BR /&gt;^{style [ FONT=(verdana,8Pt) color=black ] santh@urbanpro.com} ^{newline 5}"&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc report data=prod_list;&lt;BR /&gt;where type='XSell';&lt;BR /&gt;column (odr );&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;ods html close;&lt;BR /&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need the only text part with formating but dont want to include any proc report in the mail body.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I appreciate any help on this, Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:59:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289253#M16560</guid>
      <dc:creator>SanthSG</dc:creator>
      <dc:date>2016-08-03T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289358#M16566</link>
      <description>&lt;P&gt;Can you post the log of an attempt with that code. From what you posted I expect to see a number of error messages.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 20:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289358#M16566</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-03T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289516#M16576</link>
      <description>&lt;P&gt;Than you for the reply Ballardw,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infact there are no errors in log, but the body part is missing when I remove the Proc report code, else the output is fine as I required. attached is the screen shot which I required. Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12829iA4A9116F0066925E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS Email.JPG" title="SAS Email.JPG" /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 13:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289516#M16576</guid>
      <dc:creator>SanthSG</dc:creator>
      <dc:date>2016-08-04T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289581#M16579</link>
      <description>&lt;P&gt;Titles don't actually get sent to output unless there is something to "attach" the title to. Without the proc report there is not need for a "title" so that text doesn't get sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't use SAS for emails so I can't suggest a specific work around.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289581#M16579</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-04T16:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289595#M16580</link>
      <description>&lt;P&gt;Thank you Ballardw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will wait for any help in resolving my problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289595#M16580</guid>
      <dc:creator>SanthSG</dc:creator>
      <dc:date>2016-08-04T17:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289834#M16586</link>
      <description>Hi, you might want to open a track with Tech Support. BallardW is correct, without the PROC REPORT code, there is nothing that needs a title. Unless you were going to rewrite this using a DATA step, I can't think of anything that will work. &lt;BR /&gt;&lt;BR /&gt;  I don't quite understand what the PROC REPORT code is supposed to be doing, anyway.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 05 Aug 2016 16:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/289834#M16586</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-05T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert html text in SAS email body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/290111#M16593</link>
      <description>&lt;P&gt;Thank you Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I tried with Datastep and now it is working. Thank you all for your prompt response.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 08:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-insert-html-text-in-SAS-email-body/m-p/290111#M16593</guid>
      <dc:creator>SanthSG</dc:creator>
      <dc:date>2016-08-08T08:35:23Z</dc:date>
    </item>
  </channel>
</rss>

