<?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: Sending an email with a Graph in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886130#M350168</link>
    <description>Interesting - you can specify the GPATH location on your ODS statement, set it to somewhere you do have write access and see if that attaches it correctly.</description>
    <pubDate>Mon, 24 Jul 2023 18:02:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2023-07-24T18:02:57Z</dc:date>
    <item>
      <title>Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886122#M350162</link>
      <description>&lt;P&gt;I send a number of emails directly from SAS with charts or attached reports as a time saver - it is a wonderful tool.&amp;nbsp; I am attempting to include a graph and i am getting an error.&amp;nbsp; Below is my code and my error message.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename fileref email ("myemail@myemail.com")&lt;BR /&gt;From="myemail@myemail.com"&lt;BR /&gt;Subject="Language Preference"&lt;BR /&gt;type ="text/html";&lt;/P&gt;
&lt;P&gt;ods html body= fileref ;&lt;BR /&gt;proc gchart data=test;&lt;BR /&gt;vbar languagePref/ &lt;BR /&gt;sumvar=count&lt;BR /&gt;sum&lt;BR /&gt;inside=freq&lt;BR /&gt;outside=percent&lt;BR /&gt;percent&lt;BR /&gt;descending;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;ods html close;&lt;BR /&gt;filename fileref clear;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Log States:&lt;/P&gt;
&lt;P&gt;ERROR: Insufficient authorization to access C:\WINDOWS\system32\gchart5.svg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only get the error when i try to embed this in an email otherwise the graph produces just fine (which puzzles me).&amp;nbsp; I am running EG 8.3 Update 5.&amp;nbsp; Thanks for the help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 17:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886122#M350162</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2023-07-24T17:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886126#M350165</link>
      <description>Out of curiosity, what happens if you use HTML5 instead of HTML?&lt;BR /&gt;&lt;BR /&gt;HTML doesn't embed a picture, it links it, HTML5 embeds images in the file directly.</description>
      <pubDate>Mon, 24 Jul 2023 17:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886126#M350165</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-07-24T17:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886129#M350167</link>
      <description>&lt;P&gt;it produces an email, but the details are in a string.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bar chart of Language Preference .18% .09% count sum 0 1000 2000&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the graph that I am looking for.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 17:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886129#M350167</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2023-07-24T17:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886130#M350168</link>
      <description>Interesting - you can specify the GPATH location on your ODS statement, set it to somewhere you do have write access and see if that attaches it correctly.</description>
      <pubDate>Mon, 24 Jul 2023 18:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886130#M350168</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-07-24T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886166#M350184</link>
      <description>&lt;P&gt;I can attach the graph as an HTML - but if i try to embed it&amp;nbsp; (which is what i want - open email see graph) it give me the same error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 21:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886166#M350184</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2023-07-24T21:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886168#M350186</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2017/04/21/use-sas-send-email-embeds-graph-body-email/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2017/04/21/use-sas-send-email-embeds-graph-body-email/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 21:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/886168#M350186</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-07-24T21:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email with a Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/984354#M379694</link>
      <description>&lt;P&gt;I’ve had good results pulling targeted leads by using a &lt;A href="https://scravio.com/facebook-email-scraper" target="_self"&gt;facebook email scraper&lt;/A&gt;, especially when I needed emails tied to specific niches or locations. I liked that it verified addresses in real time, so I wasn’t wasting time on dead ends, and exporting everything to a clean CSV made outreach smoother. It saved me from juggling messy spreadsheets and manual searching.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 13:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-with-a-Graph/m-p/984354#M379694</guid>
      <dc:creator>Dawinchyle</dc:creator>
      <dc:date>2026-03-04T13:04:57Z</dc:date>
    </item>
  </channel>
</rss>

