<?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 Save proc sgplot output as png in a folder on Viya in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Save-proc-sgplot-output-as-png-in-a-folder-on-Viya/m-p/761228#M240831</link>
    <description>&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to save a graphic produced by proc sgplot on Viya in a personal folder, but I have no idea how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 17:59:44 GMT</pubDate>
    <dc:creator>MaT721</dc:creator>
    <dc:date>2021-08-12T17:59:44Z</dc:date>
    <item>
      <title>Save proc sgplot output as png in a folder on Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Save-proc-sgplot-output-as-png-in-a-folder-on-Viya/m-p/761228#M240831</link>
      <description>&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to save a graphic produced by proc sgplot on Viya in a personal folder, but I have no idea how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Save-proc-sgplot-output-as-png-in-a-folder-on-Viya/m-p/761228#M240831</guid>
      <dc:creator>MaT721</dc:creator>
      <dc:date>2021-08-12T17:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save proc sgplot output as png in a folder on Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Save-proc-sgplot-output-as-png-in-a-folder-on-Viya/m-p/761253#M240850</link>
      <description>&lt;P&gt;I'm assuming you're using SAS Studio using Viya?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatug/p0cmojsdkiab8cn1k2qk3rp3a8s0.htm" target="_self"&gt;standard version&lt;/A&gt; work for you, assuming you modify the path to your location?&lt;/P&gt;
&lt;P&gt;To find the path, you can go to the Servers Files and Folders pane, navigate to the folder you want to save it to, right click the location and find the path under properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / reset imagename="CarGraphicExample";
ods _all_ close;
ods html style=statistical
  path="/home/fkhurshed/Demo1"
  gpath="/home/fkhurshed/Demo1" (url=none)
  file="report.html";
  
  
proc sgplot data=sashelp.cars;
scatter x=mpg_city y=mpg_highway;
run;

ods html close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279678"&gt;@MaT721&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello to all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to save a graphic produced by proc sgplot on Viya in a personal folder, but I have no idea how to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&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>Thu, 12 Aug 2021 19:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Save-proc-sgplot-output-as-png-in-a-folder-on-Viya/m-p/761253#M240850</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-12T19:44:16Z</dc:date>
    </item>
  </channel>
</rss>

