<?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: Programming 1 Lesson 6 exporting error in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550452#M7369</link>
    <description>&lt;P&gt;Add a / before the folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;outpath=&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/FONT&gt;folders/myfolders/EPG194/output&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240334"&gt;@hdeshmukh1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to export a file from Programming 1 Lesson 6 using SAS Studio.&amp;nbsp; The SAS Studio is accessed using Oracle VM Virtualbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I copied and pasted the solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc export data=pg1.storm_final
     outfile="&amp;amp;outpath/storm_final.csv"
     dbms=csv replace;
run; &lt;/PRE&gt;
&lt;P&gt;but I get the error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/folders/myfolders/EPG194/output/storm_final.csv&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Macro outpath was defined as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;outpath=folders/myfolders/EPG194/output&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;File was not created in the output folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know how to fix.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2019 22:24:27 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-04-11T22:24:27Z</dc:date>
    <item>
      <title>Programming 1 Lesson 6 exporting error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550451#M7368</link>
      <description>&lt;P&gt;I am trying to export a file from Programming 1 Lesson 6 using SAS Studio.&amp;nbsp; The SAS Studio is accessed using Oracle VM Virtualbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I copied and pasted the solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc export data=pg1.storm_final
     outfile="&amp;amp;outpath/storm_final.csv"
     dbms=csv replace;
run; &lt;/PRE&gt;&lt;P&gt;but I get the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/folders/myfolders/EPG194/output/storm_final.csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Macro outpath was defined as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;outpath=folders/myfolders/EPG194/output&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;File was not created in the output folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know how to fix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 22:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550451#M7368</guid>
      <dc:creator>hdeshmukh1</dc:creator>
      <dc:date>2019-04-11T22:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Lesson 6 exporting error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550452#M7369</link>
      <description>&lt;P&gt;Add a / before the folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;outpath=&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/FONT&gt;folders/myfolders/EPG194/output&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240334"&gt;@hdeshmukh1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to export a file from Programming 1 Lesson 6 using SAS Studio.&amp;nbsp; The SAS Studio is accessed using Oracle VM Virtualbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I copied and pasted the solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc export data=pg1.storm_final
     outfile="&amp;amp;outpath/storm_final.csv"
     dbms=csv replace;
run; &lt;/PRE&gt;
&lt;P&gt;but I get the error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/folders/myfolders/EPG194/output/storm_final.csv&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Macro outpath was defined as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;outpath=folders/myfolders/EPG194/output&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;File was not created in the output folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know how to fix.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 22:24:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550452#M7369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-11T22:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Lesson 6 exporting error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550454#M7370</link>
      <description>&lt;P&gt;Wow, I did not see that '/' before 'folders'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. It worked.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 22:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Programming-1-Lesson-6-exporting-error/m-p/550454#M7370</guid>
      <dc:creator>hdeshmukh1</dc:creator>
      <dc:date>2019-04-11T22:28:57Z</dc:date>
    </item>
  </channel>
</rss>

