<?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 statement issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583069#M165950</link>
    <description>&lt;P&gt;You are probably using SAS University Edition.&lt;/P&gt;
&lt;P&gt;The path "/folders/myshortcuts/..." was changed in last version to "/folders/myfolders/... ".&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 06:58:38 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2019-08-22T06:58:38Z</dc:date>
    <item>
      <title>libname statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583062#M165948</link>
      <description>&lt;P&gt;Hey! New SAS user here! I would like to know where I'm going wrong with the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I ran the code given below and the result was saved in My Libraries:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;LIBNAME CLS "/folders/myshortcuts/study1";&lt;BR /&gt;RUN;&lt;/PRE&gt;&lt;P&gt;Post this, when I'm trying to run the given code, a message prompts stating -&lt;/P&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.CLUSTER_DATA.DATA does not exist.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS HTML FILE = "/folders/myshortcuts/study1/CLUSTER_DATA.XLS";&lt;BR /&gt;PROC MEANS DATA = CLUSTER_DATA Nmiss;&lt;BR /&gt;RUN;&lt;BR /&gt;ODS HTML CLOSE;&lt;/PRE&gt;&lt;P&gt;Please help me understand where I'm wrong and what should be done.&lt;BR /&gt;The data has been attached below.&amp;nbsp;&lt;BR /&gt;Thank You!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:34:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583062#M165948</guid>
      <dc:creator>MeghnaRoy9</dc:creator>
      <dc:date>2019-08-22T06:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583069#M165950</link>
      <description>&lt;P&gt;You are probably using SAS University Edition.&lt;/P&gt;
&lt;P&gt;The path "/folders/myshortcuts/..." was changed in last version to "/folders/myfolders/... ".&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583069#M165950</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-08-22T06:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583070#M165951</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt;when I tried to use the path with "my folders" it says that the library does not exist. the path works when I use "my shortcuts".&lt;/P&gt;&lt;P&gt;the problem arises when I try to export my data as an excel file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583070#M165951</guid>
      <dc:creator>MeghnaRoy9</dc:creator>
      <dc:date>2019-08-22T07:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583075#M165955</link>
      <description>&lt;P&gt;You haven't specified the libref in proc means, so sas tries to find cluster_data in work. Using cls.cluster_date in proc means should solve the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things to note: you don't need run after libname and you should not write code in upcase letters, using lower case letters increases readability.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583075#M165955</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-22T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583085#M165957</link>
      <description>Thank you so much! it works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement-issue/m-p/583085#M165957</guid>
      <dc:creator>MeghnaRoy9</dc:creator>
      <dc:date>2019-08-22T07:37:19Z</dc:date>
    </item>
  </channel>
</rss>

