<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346032#M79718</link>
    <description>&lt;P&gt;The path is incorrect, the / in front of folders is missing.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2017 05:51:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-03-31T05:51:24Z</dc:date>
    <item>
      <title>library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346023#M79711</link>
      <description>&lt;P&gt;libname libsas "folders/myshortcuts/s2/";&lt;BR /&gt;data libsas.account;&lt;BR /&gt;account_id = 00001;&lt;BR /&gt;firtname ='John';&lt;BR /&gt;lastname ='Liu';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Library LIBSAS does not exist.&lt;/SPAN&gt;&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;&lt;P&gt;&lt;SPAN&gt;Please help me with code,I am a beginner and this library thing is becoming a trouble for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have attached the sceenshot of log as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13645iFC9E7926788EBB3D/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error_screenshot.png" title="error_screenshot.png" /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346023#M79711</guid>
      <dc:creator>s_m</dc:creator>
      <dc:date>2017-03-31T05:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346026#M79713</link>
      <description>1.) Please write full path. Like&lt;BR /&gt;Libname mylib "D:\mydata";&lt;BR /&gt;&lt;BR /&gt;2.) If account_id is string it must be like "00001"&lt;BR /&gt;&lt;BR /&gt;3.) Are you working on Sas base or sas EG,&lt;BR /&gt;If sas Eg server maybe you have an authorization problem&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346026#M79713</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-03-31T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346029#M79715</link>
      <description>&lt;P&gt;Are you using an English browser?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think something may be wrong earlier and carrying over.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you start a new session, restart your VM and run only the code shown.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346029#M79715</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-31T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346031#M79717</link>
      <description>&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;but actually i have defined s2 in shared folder so it is coming under my shortcuts in sas studio so i can refer it as /folders/myshortcuts/s2.So please help me out what went wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346031#M79717</guid>
      <dc:creator>s_m</dc:creator>
      <dc:date>2017-03-31T05:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346032#M79718</link>
      <description>&lt;P&gt;The path is incorrect, the / in front of folders is missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:51:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346032#M79718</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-31T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346034#M79719</link>
      <description>&lt;P&gt;I am using SAS Studio (SAS University Edition)&lt;/P&gt;&lt;P&gt;I started the new session but error is still the same.&lt;/P&gt;&lt;P&gt;I am unable to assign a libref through libname statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname libsas "/folders/myshortcuts/s2/";&lt;BR /&gt;data work.out;&lt;BR /&gt;set libsas.abc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;File LIBSAS.ABC.DATA does not exist&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;abc.xlsx data is physical present under S2 and is visible in myshorts in sas studio.Please refe the screenshot attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me ith this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13646i216A3728B1E4C617/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error_screenshot2.png" title="error_screenshot2.png" /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346034#M79719</guid>
      <dc:creator>s_m</dc:creator>
      <dc:date>2017-03-31T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346039#M79721</link>
      <description>&lt;P&gt;Did the solution suggested not work?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346039#M79721</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-31T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346043#M79723</link>
      <description>&lt;P&gt;Thanks Reeza it worked but I am facing another issue which I have already described in previous reply.Please help me on that.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346043#M79723</guid>
      <dc:creator>s_m</dc:creator>
      <dc:date>2017-03-31T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346056#M79729</link>
      <description>&lt;P&gt;You cannot use excel file directly as a dataset. You need to first import teh excel file using proc import as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile= "&amp;lt;path&amp;gt;" &amp;nbsp;out=&amp;lt;dataset name in sas&amp;gt;&lt;/P&gt;&lt;P&gt;sheet ="&amp;lt;sheetname if specific sheet needs to be imported&amp;gt;" ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;post this you acn use your dataset.&lt;/P&gt;&lt;P&gt;Another way would be using DDE in sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 07:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346056#M79729</guid>
      <dc:creator>kaverisonu1</dc:creator>
      <dc:date>2017-03-31T07:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: library does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346274#M79823</link>
      <description>&lt;P&gt;thanks a lot Kaverisonu for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-does-not-exist/m-p/346274#M79823</guid>
      <dc:creator>s_m</dc:creator>
      <dc:date>2017-03-31T18:32:25Z</dc:date>
    </item>
  </channel>
</rss>

