<?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: Add the space in html e-mail via SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/667654#M199983</link>
    <description>Thank you!</description>
    <pubDate>Wed, 08 Jul 2020 08:59:10 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2020-07-08T08:59:10Z</dc:date>
    <item>
      <title>Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666111#M199248</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm creating the html e-mail via SAS. Do you know, please, how to add the SPACE before "Hello"?:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILENAME outmail EMAIL&lt;BR /&gt;SUBJECT= "XXXXXX"&lt;BR /&gt;type='text/html'&lt;BR /&gt;FROM= " XXXXXX "&lt;BR /&gt;TO= ( &lt;BR /&gt;)&lt;BR /&gt;CC= (&lt;BR /&gt;‘XXXXXX’)&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;file outmail;&lt;/P&gt;
&lt;P&gt;if _N_=1 then&lt;BR /&gt;do;&lt;BR /&gt;PUT '&amp;lt;html&amp;gt;"HELLO"&amp;lt;/html&amp;gt;';&lt;BR /&gt;PUT '&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/html&amp;gt;';&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;filename outmail clear;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 15:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666111#M199248</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2020-06-30T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666113#M199249</link>
      <description>PUT '&amp;lt;html&amp;gt;&amp;amp;nbsp;"HELLO"&amp;lt;/html&amp;gt;';</description>
      <pubDate>Tue, 30 Jun 2020 15:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666113#M199249</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2020-06-30T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666124#M199253</link>
      <description>Thank you very much, Ahmed!&lt;BR /&gt;It works!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 15:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666124#M199253</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2020-06-30T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666328#M199343</link>
      <description>&lt;P&gt;I have a WARNING: Apparent symbolic reference NBSP not resolved.&lt;/P&gt;
&lt;P&gt;It is not blocking.&lt;/P&gt;
&lt;P&gt;Maybe you know some solution to avoid that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 11:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666328#M199343</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2020-07-01T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666346#M199350</link>
      <description>Ensure the &amp;amp;NBSP; is inside a single quote (' ') and not double-quote (" ")&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jul 2020 12:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/666346#M199350</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2020-07-01T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add the space in html e-mail via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/667654#M199983</link>
      <description>Thank you!</description>
      <pubDate>Wed, 08 Jul 2020 08:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-the-space-in-html-e-mail-via-SAS/m-p/667654#M199983</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2020-07-08T08:59:10Z</dc:date>
    </item>
  </channel>
</rss>

