<?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 Why are my gplot gif files saved to C:\Windows\System32 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Why-are-my-gplot-gif-files-saved-to-C-Windows-System32/m-p/4427#M1805</link>
    <description>I have a program that loads data, manipulates it and runs some stats then uses gplot for graphs. I have set this up to use ODS HTML by placing this code at the beginning of my program:&lt;BR /&gt;
&lt;BR /&gt;
*ods listing close;&lt;BR /&gt;
ods html body = 'C:\Temp\Body.html'&lt;BR /&gt;
	Contents = 'C:\Temp\Contents.html'&lt;BR /&gt;
	Page = 'C:\Temp\Page.html'&lt;BR /&gt;
	Frame = 'C:\Temp\Frame.html'&lt;BR /&gt;
	Style = Analysis;&lt;BR /&gt;
&lt;BR /&gt;
with a       ods html close; at the end&lt;BR /&gt;
&lt;BR /&gt;
The program used to run fine displaying all my gplot gifs in the browser. Now It  only shows a place holder for the gif. I did some research and found that the gifs where being written to C:\Windows\System32 instead of C:\Temp.&lt;BR /&gt;
Does anyone know why this changed?</description>
    <pubDate>Thu, 30 Aug 2007 17:06:34 GMT</pubDate>
    <dc:creator>macroCharlie</dc:creator>
    <dc:date>2007-08-30T17:06:34Z</dc:date>
    <item>
      <title>Why are my gplot gif files saved to C:\Windows\System32</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Why-are-my-gplot-gif-files-saved-to-C-Windows-System32/m-p/4427#M1805</link>
      <description>I have a program that loads data, manipulates it and runs some stats then uses gplot for graphs. I have set this up to use ODS HTML by placing this code at the beginning of my program:&lt;BR /&gt;
&lt;BR /&gt;
*ods listing close;&lt;BR /&gt;
ods html body = 'C:\Temp\Body.html'&lt;BR /&gt;
	Contents = 'C:\Temp\Contents.html'&lt;BR /&gt;
	Page = 'C:\Temp\Page.html'&lt;BR /&gt;
	Frame = 'C:\Temp\Frame.html'&lt;BR /&gt;
	Style = Analysis;&lt;BR /&gt;
&lt;BR /&gt;
with a       ods html close; at the end&lt;BR /&gt;
&lt;BR /&gt;
The program used to run fine displaying all my gplot gifs in the browser. Now It  only shows a place holder for the gif. I did some research and found that the gifs where being written to C:\Windows\System32 instead of C:\Temp.&lt;BR /&gt;
Does anyone know why this changed?</description>
      <pubDate>Thu, 30 Aug 2007 17:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Why-are-my-gplot-gif-files-saved-to-C-Windows-System32/m-p/4427#M1805</guid>
      <dc:creator>macroCharlie</dc:creator>
      <dc:date>2007-08-30T17:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my gplot gif files saved to C:\Windows\System32</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Why-are-my-gplot-gif-files-saved-to-C-Windows-System32/m-p/4428#M1806</link>
      <description>Charlie,&lt;BR /&gt;
two remarks&lt;BR /&gt;
-read sas documentation before asking a trivial question&lt;BR /&gt;
&lt;BR /&gt;
see a solution  WITH gpath=&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html body = 'C:\Temp\Body.html' gpath="c:\temp"&lt;BR /&gt;
Contents = 'C:\Temp\Contents.html'&lt;BR /&gt;
Page = 'C:\Temp\Page.html'&lt;BR /&gt;
Frame = 'C:\Temp\Frame.html'&lt;BR /&gt;
Style = Analysis;&lt;BR /&gt;
&lt;BR /&gt;
proc gslide;&lt;BR /&gt;
title 'test of place of gif';&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
-you are referring to a program without showing any lines or resume&lt;BR /&gt;
 nor the setted sasuser,saswork and  current folder adresses&lt;BR /&gt;
and your question has as subject this matter!&lt;BR /&gt;
&lt;BR /&gt;
Sas tech support can help on it &lt;BR /&gt;
but i don't think this forum, which purpose is more general ods difficulties (not peculiar) and the same for sas basic questions.&lt;BR /&gt;
&lt;BR /&gt;
Cylthia may correct me if necessary.&lt;BR /&gt;
&lt;BR /&gt;
Andre (Paris)</description>
      <pubDate>Fri, 31 Aug 2007 10:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Why-are-my-gplot-gif-files-saved-to-C-Windows-System32/m-p/4428#M1806</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2007-08-31T10:11:20Z</dc:date>
    </item>
  </channel>
</rss>

