<?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: libname in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500977#M133499</link>
    <description>To use your own data or data in a different folder you can either move that folder to myfolders or you can create another shortcut reference to that folder in Oracle VM. Then to understhand how to access it, find it in Servers Files &amp;amp; Folders, right click it for the path.&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Oct 2018 21:50:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-02T21:50:16Z</dc:date>
    <item>
      <title>libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500964#M133493</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently installed SAS Studio University edition on my laptop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a folder called perm in my local computer -&amp;gt; my documents and then wrote this libname statement. but there's an error. How do i resolve this ? and i need to use proc contents to see mt dataset,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 82         
 83         libname perm 'C:\Users\manya\Documents\DATA\flatiron\perm' ;
 NOTE: Library PERM does not exist.
 84         
 85         proc contents data = data.Patient_Diagnosis;
 ERROR: File DATA.PATIENT_DIAGNOSIS.DATA does not exist.
 86         run ;
 
 NOTE: Statements not processed because of errors noted above.
 NOTE: PROCEDURE CONTENTS used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 NOTE: The SAS System stopped processing this step because of errors.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2018 21:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500964#M133493</guid>
      <dc:creator>manya92</dc:creator>
      <dc:date>2018-10-02T21:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500976#M133498</link>
      <description>&lt;P&gt;You need to use the shared folder set up, myfolders.&lt;/P&gt;
&lt;P&gt;You can access it via:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname demo '/folders/myfolders/';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/208127"&gt;@manya92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recently installed SAS Studio University edition on my laptop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a folder called perm in my local computer -&amp;gt; my documents and then wrote this libname statement. but there's an error. How do i resolve this ? and i need to use proc contents to see mt dataset,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 82         
 83         libname perm 'C:\Users\manya\Documents\DATA\flatiron\perm' ;
 NOTE: Library PERM does not exist.
 84         
 85         proc contents data = data.Patient_Diagnosis;
 ERROR: File DATA.PATIENT_DIAGNOSIS.DATA does not exist.
 86         run ;
 
 NOTE: Statements not processed because of errors noted above.
 NOTE: PROCEDURE CONTENTS used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 NOTE: The SAS System stopped processing this step because of errors.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 21:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500976#M133498</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-02T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500977#M133499</link>
      <description>To use your own data or data in a different folder you can either move that folder to myfolders or you can create another shortcut reference to that folder in Oracle VM. Then to understhand how to access it, find it in Servers Files &amp;amp; Folders, right click it for the path.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2018 21:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/500977#M133499</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-02T21:50:16Z</dc:date>
    </item>
  </channel>
</rss>

