<?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: ERROR: Library does not exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442075#M282674</link>
    <description>&lt;P&gt;I have no idea either.&lt;/P&gt;&lt;P&gt;I used SAS Studio because I am a MAC user.&lt;/P&gt;&lt;P&gt;and because many data sets our instructor asked us to do with cannot easily looked through in SAS Studio&lt;/P&gt;&lt;P&gt;I changed to SAS Window version yeaterday.&lt;/P&gt;&lt;P&gt;I am using computers in our school &amp;gt;"&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succeeded by this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let dirdata=C:\Users\jc3992\My SAS Data;
libname Test "&amp;amp;dirdata";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I thought my problem is I set a new library by right clicking "Libraries" in Exploere&lt;/P&gt;&lt;P&gt;and actually I do not need to set up a libname "Dirdata"&lt;/P&gt;&lt;P&gt;it can be any libname which I would like to create with a code and the file would appear in the folder "Libraries"&lt;/P&gt;&lt;P&gt;and I just define&amp;nbsp;a path as "dirdata" and create a libname in this path.&lt;/P&gt;&lt;P&gt;That was what my understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sometimes after one or two sleeps&lt;/P&gt;&lt;P&gt;I forget about this and start all over again lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Mar 2018 18:31:53 GMT</pubDate>
    <dc:creator>jc3992</dc:creator>
    <dc:date>2018-03-03T18:31:53Z</dc:date>
    <item>
      <title>ERROR: Library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442052#M282671</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let dirdata=C:\Users\jc3992\MySASData\Week4;
libname WEEK4 "&amp;amp;dirdata";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I have used SAS Studio for months and now changed to SAS 9.2&lt;/P&gt;&lt;P&gt;thus I am not familiar with basic things&lt;/P&gt;&lt;P&gt;The code is as above&lt;/P&gt;&lt;P&gt;and the LOG showed:&lt;/P&gt;&lt;PRE&gt;25   %let dirdata=/folders/myfolders/WEEK 4/;
26   LIBNAME week4 '/folders/myfolders/WEEK 4';
NOTE: Library WEEK4 does not exist.
27   RUN;

&lt;/PRE&gt;&lt;P&gt;Can anyone help me with setting up the library so I can move on?&lt;/P&gt;&lt;P&gt;Thank you very much for reading and any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 15:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442052#M282671</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-03-03T15:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442070#M282672</link>
      <description>&lt;P&gt;SAS 9.2 wouldn't use shared folders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure you're using 9.2? That's about a decade old.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the log doesn't match the code so it's hard to say what the issue is.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 17:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442070#M282672</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-03T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442072#M282673</link>
      <description>&lt;P&gt;The first line of the log does not match the first line of the code. Please correct that, and show the real log for your code.&lt;/P&gt;
&lt;P&gt;Where is your ancient SAS running? On your Windows desktop or a (UNIX?) server?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 18:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442072#M282673</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-03T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442075#M282674</link>
      <description>&lt;P&gt;I have no idea either.&lt;/P&gt;&lt;P&gt;I used SAS Studio because I am a MAC user.&lt;/P&gt;&lt;P&gt;and because many data sets our instructor asked us to do with cannot easily looked through in SAS Studio&lt;/P&gt;&lt;P&gt;I changed to SAS Window version yeaterday.&lt;/P&gt;&lt;P&gt;I am using computers in our school &amp;gt;"&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succeeded by this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let dirdata=C:\Users\jc3992\My SAS Data;
libname Test "&amp;amp;dirdata";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I thought my problem is I set a new library by right clicking "Libraries" in Exploere&lt;/P&gt;&lt;P&gt;and actually I do not need to set up a libname "Dirdata"&lt;/P&gt;&lt;P&gt;it can be any libname which I would like to create with a code and the file would appear in the folder "Libraries"&lt;/P&gt;&lt;P&gt;and I just define&amp;nbsp;a path as "dirdata" and create a libname in this path.&lt;/P&gt;&lt;P&gt;That was what my understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sometimes after one or two sleeps&lt;/P&gt;&lt;P&gt;I forget about this and start all over again lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 18:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442075#M282674</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-03-03T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442076#M282675</link>
      <description>&lt;P&gt;The dirData macro variable step is unnecessary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a libname put the path into the libname statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myLib 'C:\_localdata\sas\reeza\';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Mar 2018 18:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Library-does-not-exist/m-p/442076#M282675</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-03T18:38:46Z</dc:date>
    </item>
  </channel>
</rss>

