<?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 is gone in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975974#M378232</link>
    <description>&lt;P&gt;I am running it on SAS for Educators (cloud-based)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2025 21:59:02 GMT</pubDate>
    <dc:creator>JJ2025</dc:creator>
    <dc:date>2025-09-29T21:59:02Z</dc:date>
    <item>
      <title>LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975962#M378224</link>
      <description>&lt;P&gt;Every time I try to run my&amp;nbsp;&lt;SPAN&gt;/home/u63993525/EPG1V2/data in LIBNAME, I always get an error. I think it is gone entirely. Any way to get it back?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EDIT from output:&amp;nbsp; NOTE: Library MYDATA does not exist. I cannot run anything SAS right now. I am running the cloud-based version (SAS for Educators)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 22:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975962#M378224</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-29T22:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975963#M378225</link>
      <description>NOTE: Library MYDATA does not exist.</description>
      <pubDate>Mon, 29 Sep 2025 21:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975963#M378225</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-29T21:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975964#M378226</link>
      <description>&lt;P&gt;Please post your SAS log of the LIBNAME statement and error so we hve a better idea of what is happening.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975964#M378226</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-09-29T21:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975965#M378227</link>
      <description>&lt;P&gt;LIBNAME mydata "C:/home/u63993525/EPG1V2/data";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's one way I have tried. I have tried several other ways but it does not exist.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975965#M378227</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-29T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975967#M378229</link>
      <description>&lt;P&gt;If this is tried in SAS On Demand, it cannot work. UNIX does not have drive letters like Windows.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975967#M378229</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-09-29T21:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975968#M378230</link>
      <description>&lt;P&gt;Are you really running SAS on Windows such that C: makes sense?&amp;nbsp; If you are running on Unix you want to start your path with the root node (the / ).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME mydata "/home/u63993525/EPG1V2/data";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Do you have some way you can check if the directory actually exists on the machine where SAS itself is running?&amp;nbsp; &amp;nbsp;Note if you are using SAS/Studio or Enterprise Guide to write and submit your SAS programs then SAS itself is most likely running on a different machine than the one you are using directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also remember that on Unix case of letter matter in filenames.&amp;nbsp; So these are all different paths:&lt;/P&gt;
&lt;PRE&gt;/home/u63993525/EPG1V2/data
/home/u63993525/EPG1V2/Data
/home/U63993525/EPG1V2/data
/home/u63993525/epg1v2/data&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975968#M378230</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-09-29T21:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975969#M378231</link>
      <description>&lt;P&gt;What OS does your SAS server run on? I suggest you check with your SAS administrator or IT help desk to confirm if your folder still exists or not. Typically server storage is regularly backed up so you could request your folder be restored.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975969#M378231</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-09-29T21:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975974#M378232</link>
      <description>&lt;P&gt;I am running it on SAS for Educators (cloud-based)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975974#M378232</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-29T21:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975979#M378233</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/478580"&gt;@JJ2025&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am running it on SAS for Educators (cloud-based)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means UNIX as operating system, so you need to use UNIX filename syntax.&lt;/P&gt;
&lt;P&gt;Hint: right-click on the directory in your navigation pane and copy the actual path from the properties. It will start with /home.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 22:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975979#M378233</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-09-29T22:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975980#M378234</link>
      <description>&lt;P&gt;I am trying to practice doing this:&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Question 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;If necessary, &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="http://dl.liveweb.sas.com/eldata/start_SAS_Studio.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;start SAS Studio&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;. Open &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;p103p01.sas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; from the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;practices&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; folder and do the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Complete the PROC PRINT statement to list the first 20 observations in &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;pg1.np_summary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a VAR statement to include only the following variables: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Reg&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;ParkName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;DayVisits&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;TentCampers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;RVCampers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Highlight the step and run the selected code.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Do you observe any possible inconsistencies in the data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Reminder&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: If you restarted your SAS session, you must first run the&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt; libname.sas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; program created in Activity 2.04. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Every time I try to run it again, it's just error after error after error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EDIT: I tried moving to &lt;STRONG&gt;Where&lt;/STRONG&gt; statements and still get this error: "ERROR: Libref PG1 is not assigned."&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Sep 2025 22:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975980#M378234</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-29T22:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975982#M378236</link>
      <description>&lt;P&gt;In that case go back to&amp;nbsp;Activity 2.04 and redo it and make sure it works and you have saved the&amp;nbsp;libname.sas program (and you know how to find it again).&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 01:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975982#M378236</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-09-30T01:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975983#M378237</link>
      <description>&lt;P&gt;Thank you for attempting to help, I did that, and it did not work.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 01:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975983#M378237</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-30T01:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975984#M378238</link>
      <description>&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;From the output:&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 LIBNAME PG1 base "/home/u63993525/EPG1V2/data"&lt;/DIV&gt;&lt;DIV class=""&gt;70&lt;/DIV&gt;&lt;DIV class=""&gt;71 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;_______&lt;/DIV&gt;&lt;DIV class=""&gt;22&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Libref PG1 is not assigned.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 22-7: Invalid option name OPTIONS.&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Sep 2025 01:16:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975984#M378238</guid>
      <dc:creator>JJ2025</dc:creator>
      <dc:date>2025-09-30T01:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME is gone</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975985#M378239</link>
      <description>&lt;P&gt;You are missing a semicolon on your LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 02:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIBNAME-is-gone/m-p/975985#M378239</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-09-30T02:18:45Z</dc:date>
    </item>
  </channel>
</rss>

