<?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 University Edition - Cannot find my folders. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349370#M2288</link>
    <description>&lt;P&gt;Hi Cynthia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I now understand that I can't use a C: drive location, which I didn't before, so thank you! And I have realised the code I was using was wrong, so thank you again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to do, is extract and copy NHANES data files to permanent libraries, and the code they have given me (below), I now realise I can't use because of what you have said. &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;************************************************************
* Program:  C:\NHANES\DownloadData_Task3.sas               *
* Proposal: Read SAS Transport File and Create SAS Dataset *
***********************************************************;

libname NH "C:\NHANES\DATA";                 
libname XP xport "C:\NHANES\TEMP\BPX_b.xpt";

/*please remember to change your library to the directory location you downloaded your files*/
proc copy in=XP out=NH;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I have attached the steps listed on how they recommend to do it, but I don't think these would work in SAS University Edition. Would you be able to offer some advice on how I could alter the code, to make it work for me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8296i8B737E65E18B9145/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-04-12 (2).png" title="2017-04-12 (2).png" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2017 10:58:51 GMT</pubDate>
    <dc:creator>BAC</dc:creator>
    <dc:date>2017-04-12T10:58:51Z</dc:date>
    <item>
      <title>SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349058#M2281</link>
      <description>&lt;DIV class="lia-quilt-column lia-quilt-column-04 lia-quilt-column-left lia-quilt-column-main-left"&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8270i7864C568520B5A44/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-04-11 (2).png" title="2017-04-11 (2).png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8271i2E9A0C1B26CE2ACA/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-04-11.png" title="2017-04-11.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8272iAF8A379F94E726D8/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-04-11 (2).png" title="2017-04-11 (2).png" /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm brand new to SAS! I'm using SAS University Edition and I am struggling to get it to find myfolders - any thoughts on what I could be doing wrong? I have followed the steps listed in the SAS University Edition Help Centre on how to create a shared folder in VirtualBox &amp;nbsp;- but I still can't find it in SAS. Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13693i6A4EB3E538AE8DC1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2017-04-11 (2).png" title="2017-04-11 (2).png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13694i1211A8EB4E2DAE80/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2017-04-11 (3).png" title="2017-04-11 (3).png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13695iA2FBA6F1B8180CCA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2017-04-11.png" title="2017-04-11.png" /&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349058#M2281</guid>
      <dc:creator>BAC</dc:creator>
      <dc:date>2017-04-11T13:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349082#M2283</link>
      <description>&lt;P&gt;Same answer so far - screenshots?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349082#M2283</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-11T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349098#M2285</link>
      <description>&lt;P&gt;My apologies! I thought I had uploaded them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349098#M2285</guid>
      <dc:creator>BAC</dc:creator>
      <dc:date>2017-04-11T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349150#M2286</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/SAS_libname.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/SAS_libname.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 14:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349150#M2286</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-11T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349152#M2287</link>
      <description>Hi:&lt;BR /&gt;  When you are using SAS University Edition, you CANNOT use a C: drive location. Typically, you make a folder under your SASUniversityEdition/myfolders location, like this:&lt;BR /&gt;C:\SASUniversityEdition/myfolders/newdata&lt;BR /&gt;and then to address that folder in a LIBNAME statement, you would have:&lt;BR /&gt;LIBNAME mylib "/folders/myfolders/newdata";&lt;BR /&gt;&lt;BR /&gt;Note how there is no reference to a C: drive in that LIBNAME statement. If you have copied your data to the /myfolders location, then you should see it in your MyFolders list -- which I do NOT see in your screen shot.&lt;BR /&gt;&lt;BR /&gt;There have been many previous postings about how to access data in SAS University Edition and how to use the /folders/myfolders location.&lt;BR /&gt;&lt;BR /&gt;Remember that with SASUniversityEdition, it's like you have a computer inside a computer -- your computer has a C drive, but the SAS University Edition is running in a Virtual Machine that is a Linux Virtual Machine. A VM like that does NOT have a C: drive and does not use C: drive paths. The reason you make that /myfolders location and define it in your VM software is so that the Linux machine knows where to look on your C: drive. But you can't use a Windows folder location in your LIBNAME, you need to use the shared folder location and use the Virtual Machine path &lt;BR /&gt;/folders/myfolders/newdata&lt;BR /&gt;NOT the Windows path.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 11 Apr 2017 14:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349152#M2287</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-11T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349370#M2288</link>
      <description>&lt;P&gt;Hi Cynthia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I now understand that I can't use a C: drive location, which I didn't before, so thank you! And I have realised the code I was using was wrong, so thank you again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to do, is extract and copy NHANES data files to permanent libraries, and the code they have given me (below), I now realise I can't use because of what you have said. &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;************************************************************
* Program:  C:\NHANES\DownloadData_Task3.sas               *
* Proposal: Read SAS Transport File and Create SAS Dataset *
***********************************************************;

libname NH "C:\NHANES\DATA";                 
libname XP xport "C:\NHANES\TEMP\BPX_b.xpt";

/*please remember to change your library to the directory location you downloaded your files*/
proc copy in=XP out=NH;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I have attached the steps listed on how they recommend to do it, but I don't think these would work in SAS University Edition. Would you be able to offer some advice on how I could alter the code, to make it work for me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8296i8B737E65E18B9145/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-04-12 (2).png" title="2017-04-12 (2).png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 10:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349370#M2288</guid>
      <dc:creator>BAC</dc:creator>
      <dc:date>2017-04-12T10:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349380#M2289</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/137099"&gt;@BAC&lt;/a&gt;&amp;nbsp;I think there's a misunderstanding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use C drive but how you reference it is what matters. You need to use the shared folder paths and Unix notation. Everything else holds constant. The instructions provided will work fine on UE, change the oaths the myfolders structure and you'll be fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Move NHANES file to the shared myfolders you created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create a new permanent library in SAS UE using the cabinet icon in the Libraries pane. Use the point and click interface for this step since there's an option to click that adds library&amp;nbsp;definition to your autiexec&lt;/P&gt;
&lt;P&gt;3. The remaining instructions are valid, make sure to use the proper notation as indicated by Cynthia.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349380#M2289</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-12T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition - Cannot find my folders.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349702#M2299</link>
      <description>&lt;P&gt;Thank you!!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 10:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Cannot-find-my-folders/m-p/349702#M2299</guid>
      <dc:creator>BAC</dc:creator>
      <dc:date>2017-04-13T10:18:47Z</dc:date>
    </item>
  </channel>
</rss>

