<?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: Does not exist error creating output with Proc SGPie from SAS/Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/725776#M9896</link>
    <description>Can you close the SAS Studio session using signout.&lt;BR /&gt;Then close the browser. &lt;BR /&gt;And in a new browser window connect again to the server and try again?&lt;BR /&gt;&lt;BR /&gt;I had no issue with your code example using SAS Studio from SAS OnDemand for Academics (welcome.oda.sas.com)&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
    <pubDate>Fri, 12 Mar 2021 12:59:38 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2021-03-12T12:59:38Z</dc:date>
    <item>
      <title>Does not exist error creating output with Proc SGPie from SAS/Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/725542#M9895</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use proc sgpie within SAS/Studio (3.8 &amp;amp;SAS&amp;nbsp;&lt;SPAN&gt;9.04.01M6P110718)&lt;/SPAN&gt;.&amp;nbsp; I'm sure it's probably a simple setup step I've missed to get graphics output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried various examples and keep getting this same error.&amp;nbsp;&amp;nbsp; I'm sure it's probably a simple setup step I've missed to get graphics output.&lt;/P&gt;&lt;P&gt;Here's an example from&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/11/26/the-sgpie-procedure/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2018/11/26/the-sgpie-procedure/&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
value $type
  'Sedan'='Sedan'
  other= 'Other';
run;

ods graphics / reset width=4in height=2.5in;
title 'Vehicle Distribution';
proc sgpie data=sashelp.cars;
    format type $type.;
    styleattrs datacolors=(gold maroon);
    pie type / startangle=270;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Log output:&lt;CODE class=" language-sas"&gt;&lt;/CODE&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;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.
 71         
 72         proc format;
 73         value $type
 74           'Sedan'='Sedan'
 75           other= 'Other';
 NOTE: Format $TYPE has been output.
 76         run;
 
 NOTE: PROCEDURE FORMAT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 77         
 78         ods graphics / reset width=4in height=2.5in;
 79         title 'Vehicle Distribution';
 80         proc sgpie data=sashelp.cars;
 81             format type $type.;
 82             styleattrs datacolors=(gold maroon);
 83             pie type / startangle=270;
 84         run;
 
 NOTE: The SGPIE procedure is pre-production for this release.
 ERROR: Path "/var/tmp/saswork/SAS_work644500006EE0_sassvr01/#LN00218" does not exist.
 NOTE: PROCEDURE SGPIE used (Total process time):
       real time           0.14 seconds
       cpu time            0.04 seconds
       
 ERROR: The file /var/tmp/saswork/SAS_work644500006EE0_sassvr01/_7F7C41BB5B02C4A8FA9058EC606E942.svg does not 
        exist.
 ERROR: The file /var/tmp/saswork/GBR/SAS_work644500006EE0_sassvr01/_85F370F91D7F94ABB0E6874F94AF844.svg does not 
        exist.
 NOTE: There were 428 observations read from the data set SASHELP.CARS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 18:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/725542#M9895</guid>
      <dc:creator>JonathanWill</dc:creator>
      <dc:date>2021-03-11T18:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does not exist error creating output with Proc SGPie from SAS/Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/725776#M9896</link>
      <description>Can you close the SAS Studio session using signout.&lt;BR /&gt;Then close the browser. &lt;BR /&gt;And in a new browser window connect again to the server and try again?&lt;BR /&gt;&lt;BR /&gt;I had no issue with your code example using SAS Studio from SAS OnDemand for Academics (welcome.oda.sas.com)&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
      <pubDate>Fri, 12 Mar 2021 12:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/725776#M9896</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2021-03-12T12:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does not exist error creating output with Proc SGPie from SAS/Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/726499#M9900</link>
      <description>&lt;P&gt;I've tried that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/3492"&gt;@JosvanderVelden&lt;/a&gt;&amp;nbsp;but I get the same error.&lt;BR /&gt;&lt;BR /&gt;Have tried the same code in a VM running SAS University Edition and it works fine there so not a straight forward code issue.&amp;nbsp; Will see if the sas admin can figure it out, or contact sas support for assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 18:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Does-not-exist-error-creating-output-with-Proc-SGPie-from-SAS/m-p/726499#M9900</guid>
      <dc:creator>JonathanWill</dc:creator>
      <dc:date>2021-03-15T18:32:33Z</dc:date>
    </item>
  </channel>
</rss>

