<?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: Library does not exist SAS 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612289#M178627</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303835"&gt;@julianna1644&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure if I'm using the University Edition. I'm using the version that my university has on all their computers, I'm sure how to determine what version it is. I'm contemplating downloading the free UE version to try this from a new angel though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried both of those and they're both showing that LIBSAS does not exist. Thank you for your suggestions though.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, you're likely not using SAS UE then and you should see your labs instructions about how to access the files. Usually they automatically connect to either your local area or somewhere else.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run the following and post the log we can likely tell you what you're running.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Base would look like a standard IDE with just a window for code and the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Studio would be accessed by your browser only&lt;/P&gt;
&lt;P&gt;SAS EG would be linked to something that's sort of in between with process flows. The icon looks like a triangle. It will say EG on the launch usually though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find out your version info from running the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As to where to save your files and access it, I suspect your lab or instructor will have those instructions somewhere. No one bothers to set up SAS on a full lab without some base instructions in a University.&amp;nbsp;&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/303835"&gt;@julianna1644&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure if I'm using the University Edition. I'm using the version that my university has on all their computers, I'm sure how to determine what version it is. I'm contemplating downloading the free UE version to try this from a new angel though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried both of those and they're both showing that LIBSAS does not exist. Thank you for your suggestions though.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 01:59:45 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-12-17T01:59:45Z</dc:date>
    <item>
      <title>Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612243#M178597</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS and I keep getting the error 'Library does not exist'. I am using SAS 9.4 on Windows 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code looks like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname libsas 'C:\libsas\finaldata';&lt;BR /&gt;data libsas.finaldata;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run it I get:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Library LIBSAS does not exist&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been hunting on this board to see if I can try others solutions. What I've tried:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Not copy and pasting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-libname libsas 'C:\Users\MYUSERNAME\libsas\finaldata';&lt;BR /&gt;data libsas.finaldata;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(This gives me the same error)&lt;/P&gt;&lt;P&gt;- putting / instead of \ (This was likely a dumb attempt but I'm new to this haha)&lt;/P&gt;&lt;P&gt;- Saving it to my usb and trying to use 'D:' (I got the same Library does not exist error)&lt;/P&gt;&lt;P&gt;- Tried a new computer. Same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone can give me guidance or other suggestions that would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 22:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612243#M178597</guid>
      <dc:creator>julianna1644</dc:creator>
      <dc:date>2019-12-16T22:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612247#M178600</link>
      <description>&lt;P&gt;Base SAS, SAS EG, or SAS/Studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does&amp;nbsp;&lt;SPAN&gt;C:\libsas\finaldata actually exist?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&amp;nbsp; run this code in your SAS session and post the results from the SAS log:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename dir pipe "dir /b c:\";
data _null_;
   infile dir;
   input;
   put _infile_;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Dec 2019 22:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612247#M178600</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-12-16T22:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612252#M178605</link>
      <description>SAS University Edition? If so, you need to use myfolders folder you set up during installation as your data location.</description>
      <pubDate>Mon, 16 Dec 2019 23:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612252#M178605</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-16T23:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612256#M178609</link>
      <description>&lt;P&gt;It&amp;nbsp;&lt;EM&gt;is&amp;nbsp;&lt;/EM&gt;for a university class, and I'm using it on a school computer on campus. Does that automatically make it University Edition? I didn't download it myself. On previous assignments I haven't had to do the myfolder step, but I can see if that's something that helps. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 23:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612256#M178609</guid>
      <dc:creator>julianna1644</dc:creator>
      <dc:date>2019-12-16T23:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612259#M178610</link>
      <description>&lt;P&gt;I don't use University Edition, so this may or may not help.&amp;nbsp; Or I should just step back and let&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; work her magic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But try submitting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myfolders list;

* or ;

libname _all_ list;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Dec 2019 23:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612259#M178610</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-12-16T23:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612263#M178612</link>
      <description>&lt;P&gt;How do I find out which SAS it is beyond 9.4? It's on my university's computers, if this information helps in any way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code as you sent me as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname libsas 'C:\libsas\finaldata';&lt;BR /&gt;data libsas.findata;&lt;/P&gt;&lt;P&gt;filename dir pipe "dir /b c:\libsas\finaldata";&lt;BR /&gt;data _null_;&lt;BR /&gt;infile dir;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and received:&amp;nbsp;&lt;/P&gt;&lt;P&gt;10 libname libsas 'C:\libsas\finaldata';&lt;BR /&gt;NOTE: Library LIBSAS does not exist.&lt;BR /&gt;11 data libsas.findata;&lt;BR /&gt;12&lt;BR /&gt;13 filename dir pipe "dir /b c:\libsas\finaldata";&lt;/P&gt;&lt;P&gt;ERROR: Library LIBSAS does not exist.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14 data _null_;&lt;BR /&gt;15 infile dir;&lt;BR /&gt;16 input;&lt;BR /&gt;17 put _infile_;&lt;BR /&gt;18 run;&lt;/P&gt;&lt;P&gt;NOTE: The infile DIR is:&lt;BR /&gt;Unnamed Pipe Access Device,&lt;BR /&gt;PROCESS=dir /b c:\libsas\finaldata,RECFM=V,&lt;BR /&gt;LRECL=32767&lt;/P&gt;&lt;P&gt;Stderr output:&lt;BR /&gt;File Not Found&lt;BR /&gt;NOTE: 0 records were read from the infile DIR.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.06 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I inputted anything incorrectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 23:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612263#M178612</guid>
      <dc:creator>julianna1644</dc:creator>
      <dc:date>2019-12-16T23:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612265#M178614</link>
      <description>&lt;P&gt;I'm not sure if I'm using the University Edition. I'm using the version that my university has on all their computers, I'm sure how to determine what version it is. I'm contemplating downloading the free UE version to try this from a new angel though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both of those and they're both showing that LIBSAS does not exist. Thank you for your suggestions though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 23:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612265#M178614</guid>
      <dc:creator>julianna1644</dc:creator>
      <dc:date>2019-12-16T23:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612266#M178615</link>
      <description>&lt;P&gt;Please rerun your libname code. Then go to your log, copy the code and any messages and then paste the copied code into a code box opened on the forum with the {I} icon.&lt;/P&gt;
&lt;P&gt;For example when I use a libname statement that references a location that does not exist I get this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;529  libname junk "Q:\somefolder";
ERROR: Create of library JUNK failed.
ERROR: Error in the LIBNAME statement.
&lt;/PRE&gt;
&lt;P&gt;In this case I know the issue is that I have no Drive letter Q and there is no folder. If you see a similar error of the Create library failed something related to the path listed is almost always the cause unless you are providing a lot of options such as needed to connect to a remote database system like SQL Server or Oracle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Common issues: Spelling, extra or missing letters in folders in the path.&lt;/P&gt;
&lt;P&gt;in Unix based systems the path spelling is also case sensitive. If a folder is named "Somefolder" and you use "somefolder" that is not valid spelling. Solution: correct spelling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In many places you may actually be connecting to a server to run the code. That server is on a different machine and likely does not have access to the hard drive of your computer. If this is the case when you attempt to connect to C:\libsas\finaldata it would be looking on the Server hard drive and the path almost certainly does not exist. The solution here depends on set up which may mean moving your files to a specific location where the server can read the files&amp;nbsp;or if using Enterprise Guide a task to upload the data to a server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS University Edition then SAS runs in a Linux&amp;nbsp; "Virtual Machine" which you should have set up. It is only allowed to "see" folders in specific locations related to how the virtual machine was installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any code that references the library LIBSAS will generate the error message if the library was not created. Which is why I ask to have you run just the Libname code and show the result.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 23:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612266#M178615</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-12-16T23:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612289#M178627</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303835"&gt;@julianna1644&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure if I'm using the University Edition. I'm using the version that my university has on all their computers, I'm sure how to determine what version it is. I'm contemplating downloading the free UE version to try this from a new angel though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried both of those and they're both showing that LIBSAS does not exist. Thank you for your suggestions though.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, you're likely not using SAS UE then and you should see your labs instructions about how to access the files. Usually they automatically connect to either your local area or somewhere else.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run the following and post the log we can likely tell you what you're running.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Base would look like a standard IDE with just a window for code and the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Studio would be accessed by your browser only&lt;/P&gt;
&lt;P&gt;SAS EG would be linked to something that's sort of in between with process flows. The icon looks like a triangle. It will say EG on the launch usually though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find out your version info from running the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As to where to save your files and access it, I suspect your lab or instructor will have those instructions somewhere. No one bothers to set up SAS on a full lab without some base instructions in a University.&amp;nbsp;&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/303835"&gt;@julianna1644&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure if I'm using the University Edition. I'm using the version that my university has on all their computers, I'm sure how to determine what version it is. I'm contemplating downloading the free UE version to try this from a new angel though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried both of those and they're both showing that LIBSAS does not exist. Thank you for your suggestions though.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 01:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612289#M178627</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-17T01:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612306#M178635</link>
      <description>&lt;P&gt;The log messages you post&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROCESS=dir /b c:\libsas\finaldata,RECFM=V,
LRECL=32767
Stderr output:
File Not Found
NOTE: 0 records were read from the infile DIR.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;tells you that the directory c:\libsas\finaldata does not exist.&amp;nbsp; So you would need to create that directory first, or use a directory you know exists.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 03:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612306#M178635</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-12-17T03:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612308#M178637</link>
      <description>&lt;P&gt;You didn't run the code I sent you.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 04:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/612308#M178637</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-12-17T04:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804986#M317060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am getting same error with the libname and i am unable to import any data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried running the code you mentioned and here are the log results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 filename dir pipe "dir /b c:\";&lt;BR /&gt;3 data _null_;&lt;BR /&gt;4 infile dir;&lt;BR /&gt;5 input;&lt;BR /&gt;6 put _infile_;&lt;BR /&gt;7 run;&lt;/P&gt;&lt;P&gt;NOTE: The infile DIR is:&lt;BR /&gt;Unnamed Pipe Access Device,&lt;BR /&gt;PROCESS=dir /b c:\,RECFM=V,LRECL=32767&lt;/P&gt;&lt;P&gt;dc&lt;BR /&gt;FFOutput&lt;BR /&gt;HPHWDiag_log.txt&lt;BR /&gt;inetpub&lt;BR /&gt;Intel&lt;BR /&gt;pcfservice.log&lt;BR /&gt;PerfLogs&lt;BR /&gt;Program Files&lt;BR /&gt;Program Files (x86)&lt;BR /&gt;SHANKY&lt;BR /&gt;SWSetup&lt;BR /&gt;Users&lt;BR /&gt;Windows&lt;BR /&gt;NOTE: 13 records were read from the infile DIR.&lt;BR /&gt;The minimum record length was 2.&lt;BR /&gt;The maximum record length was 19.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.37 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 08:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804986#M317060</guid>
      <dc:creator>shashank1691</dc:creator>
      <dc:date>2022-03-30T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804987#M317061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried the code you mentioned and this is the log result i got.&lt;/P&gt;&lt;P&gt;Could you please guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;9 libname _all_ list;&lt;BR /&gt;NOTE: Libref= SHASHANK&lt;BR /&gt;Scope= DMS Process&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Users\Shashank\Desktop\SAS TEST&lt;BR /&gt;Filename= C:\Users\Shashank\Desktop\SAS TEST&lt;BR /&gt;NOTE: Libref= TMP1&lt;BR /&gt;Scope= DMS Process&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Users\Shashank\Desktop\SAS\Demo1&lt;BR /&gt;Filename= C:\Users\Shashank\Desktop\SAS\Demo1&lt;BR /&gt;NOTE: Libref= SHWETA&lt;BR /&gt;Scope= DMS Process&lt;BR /&gt;Engine= XPORT&lt;BR /&gt;Physical Name= C:\Users\Shashank\Desktop\SYMPATHY EMPATHY\SAS DATA\demo1&lt;BR /&gt;NOTE: Libref= SASHELP&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Levels= 12&lt;BR /&gt;-Level 1-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\nls\en\SASCFG&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\nls\en\SASCFG&lt;BR /&gt;-Level 2-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\core\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\core\sashelp&lt;BR /&gt;-Level 3-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\aacomp\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\aacomp\sashelp&lt;BR /&gt;-Level 4-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\cmp\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\cmp\sashelp&lt;BR /&gt;-Level 5-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\dmine\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\dmine\sashelp&lt;BR /&gt;-Level 6-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\ets\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\ets\sashelp&lt;BR /&gt;-Level 7-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\graph\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\graph\sashelp&lt;BR /&gt;-Level 8-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\iml\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\iml\sashelp&lt;BR /&gt;-Level 9-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\inttech\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\inttech\sashelp&lt;BR /&gt;-Level 10-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\or\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\or\sashelp&lt;BR /&gt;-Level 11-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\stat\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\stat\sashelp&lt;BR /&gt;-Level 12-&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\tmine\sashelp&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\tmine\sashelp&lt;BR /&gt;NOTE: Libref= MAPS&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Engine= V9&lt;BR /&gt;Access= READONLY&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\maps&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\maps&lt;BR /&gt;NOTE: Libref= MAPSSAS&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Engine= V9&lt;BR /&gt;Access= READONLY&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\maps&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\maps&lt;BR /&gt;NOTE: Libref= MAPSGFK&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Engine= V9&lt;BR /&gt;Access= READONLY&lt;BR /&gt;Physical Name= C:\Program Files\SASHome\SASFoundation\9.4\mapsgfk&lt;BR /&gt;Filename= C:\Program Files\SASHome\SASFoundation\9.4\mapsgfk&lt;BR /&gt;NOTE: Libref= SASUSER&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Engine= V9&lt;BR /&gt;Physical Name= C:\Users\Shashank\Documents\My SAS Files\9.4&lt;BR /&gt;Filename= C:\Users\Shashank\Documents\My SAS Files\9.4&lt;BR /&gt;NOTE: Libref= WORK&lt;BR /&gt;Scope= Kernel&lt;BR /&gt;Engine= V9&lt;BR /&gt;Access= TEMP&lt;BR /&gt;Physical Name= C:\Users\Shashank\AppData\Local\Temp\SAS Temporary&lt;BR /&gt;Files\_TD9176_LAPTOP-0J3S2GHG_&lt;BR /&gt;Filename= C:\Users\Shashank\AppData\Local\Temp\SAS Temporary&lt;BR /&gt;Files\_TD9176_LAPTOP-0J3S2GHG_&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 08:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804987#M317061</guid>
      <dc:creator>shashank1691</dc:creator>
      <dc:date>2022-03-30T08:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804993#M317066</link>
      <description>&lt;P&gt;Please post the log of the LIBNAME statement that fails.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 09:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/804993#M317066</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-30T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805017#M317079</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When I try to import xlsx file, after selecting the file and clicking okay,&lt;/P&gt;&lt;P&gt;I get a prompt "Connection Failed: Please check the log window".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result I get in Log window is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805017#M317079</guid>
      <dc:creator>shashank1691</dc:creator>
      <dc:date>2022-03-30T12:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805055#M317082</link>
      <description>&lt;P&gt;I'm confused. Are we now talking about a library that fails to assign, or a PROC IMPORT of an xls file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post the&lt;EM&gt; complete&lt;/EM&gt; log of what fails, code and all messages, and post it into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805055#M317082</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-30T13:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805681#M317377</link>
      <description>&lt;P&gt;Sorry for the confusion..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to import any file...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So basically when we import any file (.xlsx/xls, .csv) or any format..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I went like,&amp;nbsp; &amp;nbsp;File -&amp;gt; Import Data -&amp;gt; Select format -&amp;gt; Browse file -&amp;gt; (When I select Excel)&amp;nbsp; ------&amp;gt; Connection failed (Check log for details)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Importing .xls" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70067i3D0ACF48570E3C7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Import Excel file.PNG" alt="Importing .xls" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Importing .xls&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Log details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I import .csv file&amp;nbsp;&amp;nbsp;File -&amp;gt; Import Data -&amp;gt; Select format -&amp;gt; Browse file -&amp;gt; (When I select .csv) ------&amp;gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC IMPORT OUT= WORK.FAMILYHD 
            DATAFILE= "C:\Users\Shashank\Desktop\DEN SD &amp;amp; HD plan list (
1).csv" 
            DBMS=CSV REPLACE;
     GETNAMES=YES;
     DATAROW=2; 
RUN;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;When I run this code this is the log detail I get&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;NOTE: The LocalTime has been updated.
NOTE: This is likely due to a Daylight Savings Time or Timezone change.
NOTE:
NOTE: The LocalTime has been updated.
NOTE: This is likely due to a Daylight Savings Time or Timezone change.
NOTE:
NOTE: Import Cancelled.
1    PROC IMPORT OUT= WORK.FAMILYHD
2                DATAFILE= "C:\Users\Shashank\Desktop\DEN SD &amp;amp; HD plan list (
3    1).csv"
4                DBMS=CSV REPLACE;
5         GETNAMES=YES;
6         DATAROW=2;
7    RUN;

ERROR: File is in use, C:\Users\Shashank\Desktop\DEN SD &amp;amp; HD plan list (1).csv.
ERROR: Import unsuccessful.  See SAS Log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):
      real time           0.23 seconds
      cpu time            0.04 seconds&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 06:06:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805681#M317377</guid>
      <dc:creator>shashank1691</dc:creator>
      <dc:date>2022-04-03T06:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805683#M317378</link>
      <description>&lt;P&gt;So this has nothing to do with a LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your first issue can have two reasons&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/ACCESS to PC Files is not installed or not licensed&lt;/LI&gt;
&lt;LI&gt;Your MS Office has a d8fferent bitness (32/64) than your SAS.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the second issue, make sure that Excel (or other software) is no longer keeping the csv file open.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 06:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805683#M317378</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-03T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805782#M317411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;IT WORKED!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. Like you told, my MS office was installed in 32 bits and after I changed it to 64 bit and closed all open windows, I was able to Import both CSV and Excel files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 05:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805782#M317411</guid>
      <dc:creator>shashank1691</dc:creator>
      <dc:date>2022-04-04T05:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Library does not exist SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805786#M317414</link>
      <description>&lt;P&gt;Note that you only need a 64-bit Office for .xls files. .xlsx has a newer engine in SAS that is completely platform- and bitness-independent.&lt;/P&gt;
&lt;P&gt;And csv files don't need anything (read: SAS/ACCESS to PC Files) at all, you can read them with a data step out of the box.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 06:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-does-not-exist-SAS-9-4/m-p/805786#M317414</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-04T06:27:02Z</dc:date>
    </item>
  </channel>
</rss>

