<?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: creating library &amp;amp; exporting Data in SAS University Edition - Help in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624558#M20120</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/312034"&gt;@Sakshi_Maggu&lt;/a&gt;&amp;nbsp;, the SAS University Edition virtual machine is Linux-based. Therefore, file and directory paths need to use the proper Linux syntax. You can always find the correct path by simply clicking on the folder on the left and choosing Properties. The location in the Properties can be copied and pasted into your code.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 18:14:56 GMT</pubDate>
    <dc:creator>RandyMullis</dc:creator>
    <dc:date>2020-02-13T18:14:56Z</dc:date>
    <item>
      <title>Re: creating library &amp; exporting Data in SAS University Edition - Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624543#M20118</link>
      <description>&lt;P&gt;I'm still getting the same problem. Not sure how to make a share drive in virtual machine as one is already build, which I built following the instructions provided.&lt;/P&gt;&lt;P&gt;Also, I'm getting an error while exporting the data as well:&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access&lt;/DIV&gt;&lt;DIV class="sasError"&gt;/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\sakshi\SASUniversityEdition\myfolders\Cars_test.xls.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Below were my codes:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;for Library :&lt;/DIV&gt;&lt;DIV class="sasError"&gt;LIBNAME Test2 'C:\Users\sakshi\SASUniversityEdition\myfolders';&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;For exporting data:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;proc export data=cars1&lt;BR /&gt;outfile='C:\Users\sakshi\SASUniversityEdition\myfolders\Cars_test.xls'&lt;BR /&gt;Replace&lt;BR /&gt;dbms=xls;&lt;BR /&gt;run;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;(cars1 is created in my work library)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624543#M20118</guid>
      <dc:creator>Sakshi_Maggu</dc:creator>
      <dc:date>2020-02-13T17:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: creating library &amp; exporting Data in SAS University Edition - Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624544#M20119</link>
      <description>&lt;P&gt;If you are using SAS University Edition then when you did the installation you setup a connection in the Virtual Machine between the directory /folders/myfolders to some directory on your actual machine.&amp;nbsp; So assuming that directory on your actual machine was&amp;nbsp;&lt;SPAN&gt;C:\Users\sakshi\SASUniversityEdition\myfolders then your code needs to look like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=cars1
  outfile='/folders/myfolders/Cars_test.xls'
  replace
  dbms=xls
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624544#M20119</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-02-13T17:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: creating library &amp; exporting Data in SAS University Edition - Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624558#M20120</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/312034"&gt;@Sakshi_Maggu&lt;/a&gt;&amp;nbsp;, the SAS University Edition virtual machine is Linux-based. Therefore, file and directory paths need to use the proper Linux syntax. You can always find the correct path by simply clicking on the folder on the left and choosing Properties. The location in the Properties can be copied and pasted into your code.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 18:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Re-creating-library-amp-exporting-Data-in-SAS-University-Edition/m-p/624558#M20120</guid>
      <dc:creator>RandyMullis</dc:creator>
      <dc:date>2020-02-13T18:14:56Z</dc:date>
    </item>
  </channel>
</rss>

