<?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: PROC TEMPLATE - ODS- PROC REPORT - Email Body in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-TEMPLATE-ODS-PROC-REPORT-Email-Body/m-p/651956#M195660</link>
    <description>&lt;P&gt;Have you tried using styles in proc report?&lt;/P&gt;</description>
    <pubDate>Sat, 30 May 2020 11:10:26 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-05-30T11:10:26Z</dc:date>
    <item>
      <title>PROC TEMPLATE - ODS- PROC REPORT - Email Body</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-TEMPLATE-ODS-PROC-REPORT-Email-Body/m-p/651925#M195647</link>
      <description>&lt;P&gt;Hi SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help in bringing some colors to my Report that is being printed int he Email body. Below is my template code where i specified gray /Blue&amp;nbsp; color for my header . I am not able to see any colors. It is coming as complete white. I just need color for my heading variables for Email only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TEMPLATE;&lt;BR /&gt;DEFINE STYLE STYLES.MYSTYLE;&lt;BR /&gt;PARENT=STYLES.MYSTYLE;&lt;BR /&gt;CLASS SYSTITLEANDFOOTERCONTAINER / HTMLSTYLE="BORDER:NONE";&lt;BR /&gt;class Header/&lt;BR /&gt;background=GRAY&lt;BR /&gt;foreground=BLACK;&lt;BR /&gt;replace Output from Container /&lt;BR /&gt;frame = box&lt;BR /&gt;rules = all&lt;BR /&gt;borderwidth = 1pt&lt;BR /&gt;bordercolor = color_list('fga1')&lt;BR /&gt;cellpadding = 7pt&lt;BR /&gt;cellspacing = 0pt;&lt;BR /&gt;END;&lt;BR /&gt;RUN;&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 = "myemail@email.com"&lt;BR /&gt;TO = "myemail@email.com"&lt;BR /&gt;SUBJECT = "client report " CONTENT_TYPE = "TEXT/HTML";&lt;BR /&gt;&lt;BR /&gt;ODS _ALL_ CLOSE;&lt;BR /&gt;ODS HTML BODY=MYMAIL RS=NONE STYLE=MYSTYLE;&lt;BR /&gt;OPTIONS NOCENTER; /*OPENING TEXT*/&lt;BR /&gt;&lt;BR /&gt;PROC REPORT DATA = client_COUNTS;&lt;BR /&gt;COLUMNS _ALL_; DEFINE _ALL_ / DISPLAY CENTER;&lt;BR /&gt;title1 ' ';&lt;BR /&gt;title2 'client report';&lt;BR /&gt;title3 ' ';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS _ALL_ CLOSE; ODS LISTING;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 04:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-TEMPLATE-ODS-PROC-REPORT-Email-Body/m-p/651925#M195647</guid>
      <dc:creator>SASAna</dc:creator>
      <dc:date>2020-05-30T04:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE - ODS- PROC REPORT - Email Body</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-TEMPLATE-ODS-PROC-REPORT-Email-Body/m-p/651956#M195660</link>
      <description>&lt;P&gt;Have you tried using styles in proc report?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-TEMPLATE-ODS-PROC-REPORT-Email-Body/m-p/651956#M195660</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-05-30T11:10:26Z</dc:date>
    </item>
  </channel>
</rss>

