<?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: SAS snowflakes error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506579#M1357</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Did you modify the ODS PRINTER path in your program to a path your computer has access to?&lt;/STRONG&gt;&lt;BR /&gt;I'm guessing there's no folder called AnimGif under your C drive so that is the cause of your error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I modified the ODS PRINTER line to be a path I had access to and the file was generated. &lt;STRONG&gt;I did get ERRORS regarding the ODS HTML but it doesn't impact the results in this case.&lt;/STRONG&gt; You can then navigate to the location specified and copy paste that into an email or as an attachment. If you embed a GIF in a presentation it does work. It also works in a browser and can be sent via IM to work on a phone or tablet. Limitations of this are the limitations to GIF files and is not SAS specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In the&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2016/12/14/animate-snow-sas.html" target="_blank"&gt;Animate Snowfall in SAS&lt;/A&gt;&amp;nbsp;article of The Do Loop blog, Rick Wicklin provided &lt;A href="https://blogs.sas.com/content/iml/files/2016/12/KochSnowflake.txt" target="_self"&gt;a program&lt;/A&gt; for making a winter greeting card.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run this in SAS Enterprise Guide, I get these messages in the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;&lt;CODE class="language-sas"&gt; ods printer file='C:\AnimGif\Snow\Anim.gif';         
 /* images saved into animated GIF */

&lt;STRONG&gt;NOTE: Writing ODS PRINTER output to DISK destination&lt;/STRONG&gt; 
&lt;STRONG&gt;"C:\AnimGif\Snow\Anim.gif", printer "gif".&lt;/STRONG&gt;

 ods html select none;                                
 /* suppress screen output */

&lt;STRONG&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Despite the NOTE,&amp;nbsp;&amp;nbsp;&lt;FONT color="#008000"&gt;ods printer file='C:\AnimGif\Snow\Anim.gif';&amp;nbsp;&lt;/FONT&gt; is not created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;I do not want HTML&amp;nbsp;output. I would want to insert this gif into an email. &lt;EM&gt;How do I do that?&lt;/EM&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;If I can save the file, I can copy-paste it. &lt;EM&gt;Would it retain its animation properties?&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 19:21:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-22T19:21:03Z</dc:date>
    <item>
      <title>SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506554#M1349</link>
      <description>&lt;P&gt;In the&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2016/12/14/animate-snow-sas.html" target="_blank"&gt;Animate Snowfall in SAS&lt;/A&gt;&amp;nbsp;article of The Do Loop blog, Rick Wicklin provided &lt;A href="https://blogs.sas.com/content/iml/files/2016/12/KochSnowflake.txt" target="_self"&gt;a program&lt;/A&gt; for making a winter greeting card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this in SAS Enterprise Guide, I get these messages in the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;&lt;CODE class="language-sas"&gt; ods printer file='C:\AnimGif\Snow\Anim.gif';         
 /* images saved into animated GIF */

&lt;STRONG&gt;NOTE: Writing ODS PRINTER output to DISK destination&lt;/STRONG&gt; 
&lt;STRONG&gt;"C:\AnimGif\Snow\Anim.gif", printer "gif".&lt;/STRONG&gt;

 ods html select none;                                
 /* suppress screen output */

&lt;STRONG&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Despite the NOTE,&amp;nbsp;&amp;nbsp;&lt;FONT color="#008000"&gt;ods printer file='C:\AnimGif\Snow\Anim.gif';&amp;nbsp;&lt;/FONT&gt; is not created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;I do not want HTML&amp;nbsp;output. I would want to insert this gif into an email. &lt;EM&gt;How do I do that?&lt;/EM&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;If I can save the file, I can copy-paste it. &lt;EM&gt;Would it retain its animation properties?&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506554#M1349</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-22T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506556#M1350</link>
      <description>&lt;P&gt;Did you make sure that you have licence to SAS/IML ?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506556#M1350</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-10-22T18:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506563#M1351</link>
      <description>&lt;P&gt;I did, the license is valid.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506563#M1351</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-22T18:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506579#M1357</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Did you modify the ODS PRINTER path in your program to a path your computer has access to?&lt;/STRONG&gt;&lt;BR /&gt;I'm guessing there's no folder called AnimGif under your C drive so that is the cause of your error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I modified the ODS PRINTER line to be a path I had access to and the file was generated. &lt;STRONG&gt;I did get ERRORS regarding the ODS HTML but it doesn't impact the results in this case.&lt;/STRONG&gt; You can then navigate to the location specified and copy paste that into an email or as an attachment. If you embed a GIF in a presentation it does work. It also works in a browser and can be sent via IM to work on a phone or tablet. Limitations of this are the limitations to GIF files and is not SAS specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In the&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2016/12/14/animate-snow-sas.html" target="_blank"&gt;Animate Snowfall in SAS&lt;/A&gt;&amp;nbsp;article of The Do Loop blog, Rick Wicklin provided &lt;A href="https://blogs.sas.com/content/iml/files/2016/12/KochSnowflake.txt" target="_self"&gt;a program&lt;/A&gt; for making a winter greeting card.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run this in SAS Enterprise Guide, I get these messages in the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;&lt;CODE class="language-sas"&gt; ods printer file='C:\AnimGif\Snow\Anim.gif';         
 /* images saved into animated GIF */

&lt;STRONG&gt;NOTE: Writing ODS PRINTER output to DISK destination&lt;/STRONG&gt; 
&lt;STRONG&gt;"C:\AnimGif\Snow\Anim.gif", printer "gif".&lt;/STRONG&gt;

 ods html select none;                                
 /* suppress screen output */

&lt;STRONG&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Despite the NOTE,&amp;nbsp;&amp;nbsp;&lt;FONT color="#008000"&gt;ods printer file='C:\AnimGif\Snow\Anim.gif';&amp;nbsp;&lt;/FONT&gt; is not created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;I do not want HTML&amp;nbsp;output. I would want to insert this gif into an email. &lt;EM&gt;How do I do that?&lt;/EM&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;If I can save the file, I can copy-paste it. &lt;EM&gt;Would it retain its animation properties?&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506579#M1357</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-22T19:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506581#M1358</link>
      <description>You can automatically add this as an attachment to an email but that's a different topic.</description>
      <pubDate>Mon, 22 Oct 2018 19:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506581#M1358</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-22T19:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS snowflakes error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506682#M1373</link>
      <description>This is an interesting point. I would like to know how it is done. I will start another thread on this matter.</description>
      <pubDate>Mon, 22 Oct 2018 21:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-snowflakes-error/m-p/506682#M1373</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-22T21:34:43Z</dc:date>
    </item>
  </channel>
</rss>

