<?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: .sas7bdat access with SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594405#M8098</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How could a folder named "my_datasets" have a path that ends in "Desktop"?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It can in SAS UE depending on what you name the shortcut in the virtual machine, but that's not relevant to this discussion as it's OnDemand for Academics as the first screenshot shows URL for OnDemand server.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 02:11:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-07T02:11:55Z</dc:date>
    <item>
      <title>.sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594350#M8090</link>
      <description>&lt;P&gt;Hi there -&lt;/P&gt;&lt;P&gt;I'm very new to SAS Studio and trying to access data that I need for a course. This dataset was downloaded from Canvas (from my professor) and now I need to access it in SAS Studio. I've seen all the posts about referencing the file in which it lives, but that is not working for me. I don't have the normal C: folders, I have this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-10-06 at 12.27.33 PM.png" style="width: 474px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32991i0963115BE17B45AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-10-06 at 12.27.33 PM.png" alt="Screen Shot 2019-10-06 at 12.27.33 PM.png" /&gt;&lt;/span&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this code&lt;/P&gt;&lt;PRE&gt;libname HIM5623 '/Users/jackiadams/Desktop';&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;But then I get this response. (Also, there is a library named HIM5623, so I'm not sure why I'm getting that.) Any information to help me get this dataset somewhere I can access it, would be greatly appreciated.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-10-06 at 12.30.54 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32992i89F76413D76E835F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-10-06 at 12.30.54 PM.png" alt="Screen Shot 2019-10-06 at 12.30.54 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 libname HIM5623 '/Users/jackiadams/Desktop';&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref HIM5623 refers to the same physical library as MYDATA.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Library HIM5623 does not exist.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref HIM5623 was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /Users/jackiadams/Desktop&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86&lt;/DIV&gt;</description>
      <pubDate>Sun, 06 Oct 2019 16:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594350#M8090</guid>
      <dc:creator>JackiStudio</dc:creator>
      <dc:date>2019-10-06T16:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: .sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594357#M8094</link>
      <description>&lt;P&gt;Locate the cursor on&amp;nbsp;&lt;SPAN&gt;HIM5623&amp;nbsp;folder and right click to check proerties - you will get the right path to the folder,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to be used in the LIBNAME statement.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 17:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594357#M8094</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-10-06T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: .sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594381#M8095</link>
      <description>&lt;P&gt;You're trying to use your C drive (Desktop) with a cloud installation of SAS. It cannot see your C drive or anything on your computer. Instead, you need to find the correct path for the data set on the server and you can do that by right clicking the file and selecting properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293942"&gt;@JackiStudio&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi there -&lt;/P&gt;
&lt;P&gt;I'm very new to SAS Studio and trying to access data that I need for a course. This dataset was downloaded from Canvas (from my professor) and now I need to access it in SAS Studio. I've seen all the posts about referencing the file in which it lives, but that is not working for me. I don't have the normal C: folders, I have this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-10-06 at 12.27.33 PM.png" style="width: 474px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32991i0963115BE17B45AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-10-06 at 12.27.33 PM.png" alt="Screen Shot 2019-10-06 at 12.27.33 PM.png" /&gt;&lt;/span&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this code&lt;/P&gt;
&lt;PRE&gt;libname HIM5623 '/Users/jackiadams/Desktop';&lt;BR /&gt;run;&lt;/PRE&gt;
&lt;P&gt;But then I get this response. (Also, there is a library named HIM5623, so I'm not sure why I'm getting that.) Any information to help me get this dataset somewhere I can access it, would be greatly appreciated.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-10-06 at 12.30.54 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32992i89F76413D76E835F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-10-06 at 12.30.54 PM.png" alt="Screen Shot 2019-10-06 at 12.30.54 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;71 libname HIM5623 '/Users/jackiadams/Desktop';&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: Libref HIM5623 refers to the same physical library as MYDATA.&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;WARNING: Library HIM5623 does not exist.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: Libref HIM5623 was successfully assigned as follows:&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;Physical Name: /Users/jackiadams/Desktop&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;72 run;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;86&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 22:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594381#M8095</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-06T22:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: .sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594403#M8096</link>
      <description>&lt;P&gt;How could a folder named "my_datasets" have a path that ends in "Desktop"?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594403#M8096</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-10-07T02:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: .sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594404#M8097</link>
      <description>If the data set is not already on the server, the little up arrow, 4th icon on first screenshot, will allow you to upload the file to the server.</description>
      <pubDate>Mon, 07 Oct 2019 02:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594404#M8097</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-07T02:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: .sas7bdat access with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594405#M8098</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How could a folder named "my_datasets" have a path that ends in "Desktop"?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It can in SAS UE depending on what you name the shortcut in the virtual machine, but that's not relevant to this discussion as it's OnDemand for Academics as the first screenshot shows URL for OnDemand server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas7bdat-access-with-SAS-Studio/m-p/594405#M8098</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-07T02:11:55Z</dc:date>
    </item>
  </channel>
</rss>

