<?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: Output GIF in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483156#M16663</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"C:/Users/csowden/Desktop/SAS programs"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; (&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;none&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"output.html"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;that is what I have. I am on SAS grid. I wouldn't think that has anything to do with it. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'C:/AnimGif/ByGroup/Anim.gif'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* images saved into animated GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/Computer/Users/csowden/Desktop/SAS&lt;/P&gt;&lt;P&gt;The SAS System&lt;/P&gt;&lt;P&gt;programs/output.html.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html select all; /* restore screen output */&lt;/P&gt;&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/C:/AnimGif/ByGroup/Anim.gif.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 18:48:13 GMT</pubDate>
    <dc:creator>chrissowden</dc:creator>
    <dc:date>2018-08-01T18:48:13Z</dc:date>
    <item>
      <title>Output GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483107#M16661</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stocks;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; sashelp.stocks;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;Month = month(date); &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* 1, 2, 3, ..., 12 */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;Year = year(date); &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* 1986, 1987, ..., 2005 */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sort&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=stocks; &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; date; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;graphics&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;imagefmt&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=GIF &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;in &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;height&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;in; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* each image is 4in x 3in GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;options&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;papersize&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'4 in'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;, &lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'3 in'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* set size for images */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;nodate&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#008000" face="Courier New"&gt;/* do not show date, time, or frame number */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;animduration&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;animloop&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=yes &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;noanimoverlay&lt;/FONT&gt; &lt;FONT color="#008000" face="Courier New"&gt;/* animation details */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;printerpath&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=gif &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;animation&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=start; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* start recording images to GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'C:\AnimGif\ByGroup\Anim.gif'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* images saved into animated GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;select&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;none&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* suppress screen output */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=stocks;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;title&lt;/FONT&gt; &lt;FONT color="#ff00ff" face="Courier New"&gt;"Stock Performance"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff0000" face="Courier New"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; year; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* create 20 images, one for each year */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;series&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=month &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=close / &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=stock; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* each image is a time series */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;integer&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;12&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;); &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;min&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;max&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;210&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;grid&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* set common vertical scale for all graphs */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;select&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;all&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* restore screen output */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;options&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printerpath&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=gif &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;animation&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=stop; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* stop recording images */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New" size="1"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="1"&gt;; &lt;/FONT&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;I am getting the following errors:&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/sashtml.htm.&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/C:\AnimGif\ByGroup\Anim.gif.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483107#M16661</guid>
      <dc:creator>chrissowden</dc:creator>
      <dc:date>2018-08-01T16:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Output GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483130#M16662</link>
      <description>&lt;P&gt;On the ODS HTML statement, try setting the PATH option to a place you know is writable by you. For example,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html path="/home/myaccount" (url=none) file="output.html";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483130#M16662</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-08-01T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483156#M16663</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"C:/Users/csowden/Desktop/SAS programs"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; (&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;none&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"output.html"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;that is what I have. I am on SAS grid. I wouldn't think that has anything to do with it. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'C:/AnimGif/ByGroup/Anim.gif'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* images saved into animated GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/Computer/Users/csowden/Desktop/SAS&lt;/P&gt;&lt;P&gt;The SAS System&lt;/P&gt;&lt;P&gt;programs/output.html.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html select all; /* restore screen output */&lt;/P&gt;&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/C:/AnimGif/ByGroup/Anim.gif.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483156#M16663</guid>
      <dc:creator>chrissowden</dc:creator>
      <dc:date>2018-08-01T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Output GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483489#M16676</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130109"&gt;@chrissowden&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"C:/Users/csowden/Desktop/SAS programs"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; (&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;none&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;"output.html"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;that is what I have. I am on SAS grid. I wouldn't think that has anything to do with it. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#ff8040" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;FONT color="#ff8040" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#ff00ff" face="Courier New"&gt;'C:/AnimGif/ByGroup/Anim.gif'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* images saved into animated GIF */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Physical file does not exist, &lt;FONT color="#ff0000" size="4"&gt;/apps/sas/SAS94/Config_GCS/Lev1/SASApp94/Computer/Users/csowden/Desktop/SAS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The SAS System&lt;/P&gt;
&lt;P&gt;programs/output.html.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html select all; /* restore screen output */&lt;/P&gt;
&lt;P&gt;ERROR: The HTML destination is not active; no select/exclude lists are available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Physical file does not exist, /apps/sas/SAS94/Config_GCS/Lev1/SASApp94/C:/AnimGif/ByGroup/Anim.gif.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Notice that your path element: &lt;FONT color="#ff00ff" face="Courier New" size="2"&gt;Users/csowden/Desktop/SAS &lt;FONT color="#000000" size="3"&gt;has been appended to the executable path of SAS (&amp;nbsp;/apps/sas/SAS94/Config_GCS/Lev1/SASApp94/), likely on a server and I bet you don't have write privileges or permission to create the additional directory elements there. Similar for the GIF file but that error actually shows the C:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-GIF/m-p/483489#M16676</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-02T17:22:44Z</dc:date>
    </item>
  </channel>
</rss>

