<?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: ERROR: Physical file does not exist, /sas/Config/Lev1/SASApp/ in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399300#M25665</link>
    <description>&lt;P&gt;Your workspace server process runs on a UNIX server, so you need to use UNIX style file/pathname syntax to point to a location where you have write permission. After that, you can use a file transfer utility or the file copy task in Enterprise Guide to retrieve the file to your desktop.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 18:54:59 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-09-27T18:54:59Z</dc:date>
    <item>
      <title>ERROR: Physical file does not exist, /sas/Config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399275#M25662</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the EXPORT Procedure, my coding looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let fecha = %sysfunc(date(),date9.);

PROC SQL;
   CREATE TABLE WORK.Resumen_&amp;amp;fecha(label="RESUMEN") AS 
   SELECT t1.CLAVECDR, 
          /* Calificación */
            (SUM(t1.RESULTADO)) FORMAT=PERCENT9.1 LABEL="Calificación" AS 'Calificación'n
      FROM WORK.RESULTADOS t1
      GROUP BY t1.CLAVECDR;
QUIT;

proc export data=work.resumen_&amp;amp;fecha outfile="C:\Users\guiperez\Desktop\CEREBRO\Proveedores\Proyectos Especiales\Calificación CDRs" dbms=xls;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But everytime Irun&amp;nbsp;it I get the exact same error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 787px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15460iB71AD1FD6305B5CE/image-dimensions/787x59?v=v2" width="787" height="59" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;It's driving me nuts! I've been surfing the web for an answer but so far nothing seems to work... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 17:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399275#M25662</guid>
      <dc:creator>GuillermoPH</dc:creator>
      <dc:date>2017-09-27T17:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /sas/Config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399292#M25663</link>
      <description>&lt;P&gt;The change from / to \ in the error message tells&amp;nbsp;me that your SERVER (the / path part) cannot see your local hard drive.&lt;/P&gt;
&lt;P&gt;You must specify a path that the server can see and you have write permissions to, perhaps a shared drive or such, or use the export tasks and not direct code.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399292#M25663</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-27T18:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /sas/Config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399300#M25665</link>
      <description>&lt;P&gt;Your workspace server process runs on a UNIX server, so you need to use UNIX style file/pathname syntax to point to a location where you have write permission. After that, you can use a file transfer utility or the file copy task in Enterprise Guide to retrieve the file to your desktop.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-file-does-not-exist-sas-Config-Lev1-SASApp/m-p/399300#M25665</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-27T18:54:59Z</dc:date>
    </item>
  </channel>
</rss>

