<?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: how to 'force' SAS to output my ODS/Graphs remotely? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70520#M2480</link>
    <description>Start here for SAS/Graph output destination (both the HTML documents and the image files):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/a003106589.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/a003106589.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 25 Mar 2010 01:49:22 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-03-25T01:49:22Z</dc:date>
    <item>
      <title>how to 'force' SAS to output my ODS/Graphs remotely?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70517#M2477</link>
      <description>Hi all, &lt;BR /&gt;
&lt;BR /&gt;
I had been generating and running my web pages and graphs locally for the past few months. so now this project is going live and I need to know how do I get SAS to force the ods html pages and graphs to be output to a remote directory in our company server so that everyone in the company will be able to view these webpages? &lt;BR /&gt;
&lt;BR /&gt;
Hoping someone can help me on this one!! &lt;BR /&gt;
&lt;BR /&gt;
cheers. yennie</description>
      <pubDate>Wed, 24 Mar 2010 07:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70517#M2477</guid>
      <dc:creator>Yennie</dc:creator>
      <dc:date>2010-03-24T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to 'force' SAS to output my ODS/Graphs remotely?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70518#M2478</link>
      <description>The 'best' answer for you will be dependent on what code you're currently using, and what kind of output you're creating.&lt;BR /&gt;
&lt;BR /&gt;
But an example of _one_ way to control the output location, when using "ods html" and device=png (or gif, etc) is included below.  I assign a "filename odsout", and then I use that in the "path=" of my ods html statement (in my case, U: is mapped to a drive on the netapp file server \\sashq\root\u\realliso\ on the network, and the public_html directory is served by a web server)...&lt;BR /&gt;
&lt;BR /&gt;
-----&lt;BR /&gt;
&lt;BR /&gt;
%let name=foo;&lt;BR /&gt;
filename odsout 'u:\public_html\';&lt;BR /&gt;
&lt;BR /&gt;
GOPTIONS DEVICE=png;&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
ODS HTML path=odsout body="&amp;amp;name..htm" style=minimal;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
 plot height*age /&lt;BR /&gt;
 des="" name="&amp;amp;name" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
ODS LISTING;</description>
      <pubDate>Wed, 24 Mar 2010 12:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70518#M2478</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-03-24T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to 'force' SAS to output my ODS/Graphs remotely?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70519#M2479</link>
      <description>Hi Robert, &lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply. This is a quick example of my code which I was using initially... &lt;BR /&gt;
&lt;BR /&gt;
The above suggestion is great however i think it only allow me to output the gif. I can't see html pages .... =/ &lt;BR /&gt;
&lt;BR /&gt;
ODS HTML File = "/data/webserver/yennie";&lt;BR /&gt;
&lt;BR /&gt;
Proc Summary Data = ABC Nway Missing;&lt;BR /&gt;
Class month;&lt;BR /&gt;
Var transif ;&lt;BR /&gt;
Output out = ABC_smry (Drop = _Type_ _Freq_ ) Sum=;&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
%LET _EGCHARTWIDTH=0;&lt;BR /&gt;
%LET _EGCHARTHEIGHT=0;&lt;BR /&gt;
GOPTIONS xpixels=&amp;amp;_EGCHARTWIDTH ypixels=&amp;amp;_EGCHARTHEIGHT;&lt;BR /&gt;
GOPTIONS COLORS = (CX0F3E93);&lt;BR /&gt;
SYMBOL1 INTERPOL=SPLINES HEIGHT=10pt VALUE=NONE CV=RED LINE=1 WIDTH=3;&lt;BR /&gt;
Axis1 STYLE=1 WIDTH=1 MINOR=NONE LABEL=( FONT='Arial /b' HEIGHT=13pt ANGLE=90 "Inforce Risks");&lt;BR /&gt;
Axis3 STYLE=1 WIDTH=1 MINOR=NONE LABEL=( FONT='Arial /b' HEIGHT=13pt ANGLE=90 "Month");&lt;BR /&gt;
TITLE;&lt;BR /&gt;
TITLE1 "		Portfolio				";&lt;BR /&gt;
FOOTNOTE;&lt;BR /&gt;
&lt;BR /&gt;
PROC GPLOT DATA = ABC_smry NOCACHE ;&lt;BR /&gt;
PLOT transif * month  /&lt;BR /&gt;
 	GRID VAXIS=AXIS1&lt;BR /&gt;
	HAXIS=AXIS1 FRAME;&lt;BR /&gt;
RUN;QUIT;&lt;BR /&gt;
&lt;BR /&gt;
TITLE; FOOTNOTE;&lt;BR /&gt;
GOPTIONS RESET=ALL;&lt;BR /&gt;
ODS HTML Close;</description>
      <pubDate>Wed, 24 Mar 2010 23:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70519#M2479</guid>
      <dc:creator>Yennie</dc:creator>
      <dc:date>2010-03-24T23:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to 'force' SAS to output my ODS/Graphs remotely?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70520#M2480</link>
      <description>Start here for SAS/Graph output destination (both the HTML documents and the image files):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/a003106589.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/a003106589.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 25 Mar 2010 01:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70520#M2480</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-25T01:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to 'force' SAS to output my ODS/Graphs remotely?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70521#M2481</link>
      <description>Yennie - when I run the code I provided, it produces both a png file and an htm file, such as ...&lt;BR /&gt;
&lt;BR /&gt;
login003&amp;gt; ls -lt foo*&lt;BR /&gt;
-rwxr-xr-x   1 realliso   isd           3172 Mar 24 08:11 foo.htm&lt;BR /&gt;
-rwxr-xr-x   1 realliso   isd           7569 Mar 24 08:11 foo.png&lt;BR /&gt;
&lt;BR /&gt;
Try running the code from Windows SAS, as-is (with no changes), from a fresh SAS session.  Oh, and not from EG.  ... and I bet it will produce both files for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
With that as your starting place, then try adding your own SAS/Graph proc, and make sure it still produces both files.  And then try running it from EG, etc, etc.  At each point, making sure it produces both files.  Perhaps your SAS session has a setting that's overriding the code, or maybe something similar if you're running from EG.</description>
      <pubDate>Thu, 25 Mar 2010 15:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-force-SAS-to-output-my-ODS-Graphs-remotely/m-p/70521#M2481</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-03-25T15:51:22Z</dc:date>
    </item>
  </channel>
</rss>

