<?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: SAS Univ Edition Question - output / input Excel Spreadsheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486794#M126714</link>
    <description>&lt;P&gt;In the installation process you created a folder called myfolders. You need to&amp;nbsp;export your data there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class outfile='/folders/myfolders/Temp.csv' dbms=csv replace; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The reason for this, is that SAS UE runs on a virtual machine on your computer and is connected similar to a network drive and that's the path necessary. You cannot use Windows path references.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more folders you can create them similar to the way you did for the myfolders and access them via, where NAME is the designated folder name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/folders/myshortcuts/NAME&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226092"&gt;@BrentonCSmith&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have found some documentation on creating an Excel spreadsheet.&amp;nbsp; I am running into an error because&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/C:\temp.csv.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: There were 1 observations read from the data set WORK.BREAKEVEN_RETURN.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to put the Excel spreadsheet on my PC. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;proc export data= &amp;amp;Dataname&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile= "C:\temp.csv"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=csv replace;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the system wants to create the file on the server rather than on my PC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated....&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;</description>
    <pubDate>Tue, 14 Aug 2018 19:47:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-14T19:47:39Z</dc:date>
    <item>
      <title>SAS Univ Edition Question - output / input Excel Spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486770#M126708</link>
      <description>&lt;P&gt;I have found some documentation on creating an Excel spreadsheet.&amp;nbsp; I am running into an error because&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/C:\temp.csv.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 1 observations read from the data set WORK.BREAKEVEN_RETURN.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to put the Excel spreadsheet on my PC. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;proc export data= &amp;amp;Dataname&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile= "C:\temp.csv"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=csv replace;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the system wants to create the file on the server rather than on my PC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 18:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486770#M126708</guid>
      <dc:creator>BrentonCSmith</dc:creator>
      <dc:date>2018-08-14T18:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Univ Edition Question - output / input Excel Spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486784#M126710</link>
      <description>&lt;P&gt;The University Edition is limited to locations that the virtual environment it runs it can access. Since the virtual environment is a Linux system it does not understand Windows disks or paths. So&amp;nbsp;it is trying to write to the current active location&amp;nbsp;which is the program directory.&amp;nbsp;I suspect you need to move&amp;nbsp;to a destination&amp;nbsp;file&amp;nbsp;in &amp;nbsp;/folders/myfolder/ or somewhere&amp;nbsp; subordinate to that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way CSV files are not spreadsheet files. They are text. It just happens that Excel can open and use the file format. Carefully.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 19:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486784#M126710</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-14T19:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Univ Edition Question - output / input Excel Spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486794#M126714</link>
      <description>&lt;P&gt;In the installation process you created a folder called myfolders. You need to&amp;nbsp;export your data there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class outfile='/folders/myfolders/Temp.csv' dbms=csv replace; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The reason for this, is that SAS UE runs on a virtual machine on your computer and is connected similar to a network drive and that's the path necessary. You cannot use Windows path references.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more folders you can create them similar to the way you did for the myfolders and access them via, where NAME is the designated folder name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/folders/myshortcuts/NAME&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226092"&gt;@BrentonCSmith&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have found some documentation on creating an Excel spreadsheet.&amp;nbsp; I am running into an error because&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /opt/sasinside/SASConfig/Lev1/SASApp/C:\temp.csv.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: There were 1 observations read from the data set WORK.BREAKEVEN_RETURN.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to put the Excel spreadsheet on my PC. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;proc export data= &amp;amp;Dataname&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile= "C:\temp.csv"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=csv replace;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the system wants to create the file on the server rather than on my PC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated....&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;</description>
      <pubDate>Tue, 14 Aug 2018 19:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Univ-Edition-Question-output-input-Excel-Spreadsheet/m-p/486794#M126714</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-14T19:47:39Z</dc:date>
    </item>
  </channel>
</rss>

