<?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: Question about libraries. in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/953445#M1502</link>
    <description>&lt;P&gt;Many thanks!.&lt;/P&gt;&lt;P&gt;Solved my own problem with not seeing my library folders.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 19:21:22 GMT</pubDate>
    <dc:creator>obiobi</dc:creator>
    <dc:date>2024-12-12T19:21:22Z</dc:date>
    <item>
      <title>Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764743#M874</link>
      <description>&lt;P&gt;I'm kind of confused about what a library is. I think it's just a folder that contains folders and files, but this is not clear to me. If a library doesn't have any files (but rather has files in subfolders), will files not be accessible? Would we/can therefore add another libref to a subfolder to access those files within subfolders?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 18:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764743#M874</guid>
      <dc:creator>jaliu</dc:creator>
      <dc:date>2021-08-29T18:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764745#M875</link>
      <description>&lt;P&gt;Whatever folder(s) the LIBNAME statement mentions must contain the SAS data set files. SAS doesn't look in subfolders, unless you specifically state the subfolder in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Would we/can therefore add another libref to a subfolder to access those files within subfolders?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Other way around ... add a subfolder to the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 18:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764745#M875</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-29T18:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764747#M876</link>
      <description>&lt;P&gt;A library in SAS is a reference to a location that contains SAS files like datasets, views or catalogs.&lt;/P&gt;
&lt;P&gt;On UNIX systems and Windows that location is a directory.&lt;/P&gt;
&lt;P&gt;Libraries cannot be nested (a library cannot contain another library, all libraries exist on the same level side by side).&lt;/P&gt;
&lt;P&gt;It is possible to create a directory as a subdirectory of another, and assign library references to both, but when viewing from inside SAS, that hierarchy will not be represented.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 18:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764747#M876</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-29T18:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764760#M880</link>
      <description>&lt;P&gt;SAS libraries access data. You set a library to some location (folder, database, Excel workbook). You can then references that library name when working with the data in those locations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check out the free SAS Programming course. Go to Lesson 2, then&amp;nbsp;Accessing Data Through Libraries. Practices doing that with the Excel file, and folder paths.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 20:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/764760#M880</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2021-08-29T20:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/792831#M1022</link>
      <description>&lt;P&gt;It is possible to use multiple folders in one library&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname income ('corpsale','retail');&lt;/PRE&gt;&lt;P&gt;However, if a dataset is stored in both folders with the same name, sas uses the dataset from the first folder.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 12:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/792831#M1022</guid>
      <dc:creator>ThdB</dc:creator>
      <dc:date>2022-01-27T12:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913817#M1450</link>
      <description>&lt;P&gt;I have a question about library in SAS ODA. In the screenshot shared below, please see the library 'CURESDAY', which was originally created as a SAS ODA library and it used to be displayed as a library under 'My Library' folder. However, from yesterday I don't see that library listed under 'My library'. Instead, I see it under files table. Also, please note that 'Files (Home)' used to be displayed on the left-hand panel of the screen, but it is currently now showing there either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise on how I can see my "CURESDAY" library and 'My Files (home)' items on the left hand side of my SAS ODA screen as it was shown earlier until yesterday evening.&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you in advance for your advice.&lt;/P&gt;&lt;P&gt;With regards,&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 class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akhan1971_1-1706715505389.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93113i447967C280B9F44C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akhan1971_1-1706715505389.png" alt="akhan1971_1-1706715505389.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 15:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913817#M1450</guid>
      <dc:creator>akhan1971</dc:creator>
      <dc:date>2024-01-31T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913821#M1451</link>
      <description>&lt;P&gt;Seems like you can. Here is an example in the LIBNAME statement documentation:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/n1nk65k2vsfmxfn1wu17fntzszbp.htm#p0xt7bb18lctr9n0z8ve28pucbxx" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/n1nk65k2vsfmxfn1wu17fntzszbp.htm#p0xt7bb18lctr9n0z8ve28pucbxx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested it on my local SAS install and it worked.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname x ('S:/workshop/data' 'S:/courses/SQLM6/data');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="sasSource"&gt;Log:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;EM&gt;69 libname x ('S:/workshop/data' 'S:/courses/SQLM6/data');&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1706716287038" class="sasNote"&gt;&lt;EM&gt;NOTE: Libref X was successfully assigned as follows:&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;EM&gt;Levels: 2&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;EM&gt;Engine(1): V9&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;EM&gt;Physical Name(1): S:\workshop\data&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;EM&gt;Engine(2): V9&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&lt;EM&gt;Physical Name(2): S:\courses\SQLM6\data&lt;/EM&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 Jan 2024 15:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913821#M1451</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2024-01-31T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913831#M1452</link>
      <description>&lt;P&gt;Cool feature in SAS Studio is you can right-click on a folder when in the Server Files and Folders tab, &amp;amp; then select Create -&amp;gt; Library.&amp;nbsp; This will bring up a pop-up window where you can supply the libref for this folder &amp;amp; also check a box to assign the library every time you start SAS Studio so you never have to do this again (librefs are deleted when you close or reset your SAS session).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note: This only works for creating Base SAS libraries.&lt;/STRONG&gt;&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="tom_grant_1-1706717088998.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93120iCCB0400A236DB7D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tom_grant_1-1706717088998.png" alt="tom_grant_1-1706717088998.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 16:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/913831#M1452</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-01-31T16:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914005#M1453</link>
      <description>Thank you for your advise. But I beleive I could convey my encountered issue clearly. I wanted to mean that my encirled folders in blue line were once shown on the left hand side menu, but at present they seem to have disappeared from the left hand side menu. How can I bring these essential folders such as 'File (home)' , a library folder named 'curesday' etc. back to left hand side menu? Thank you once again.</description>
      <pubDate>Thu, 01 Feb 2024 13:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914005#M1453</guid>
      <dc:creator>akhan1971</dc:creator>
      <dc:date>2024-02-01T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914012#M1454</link>
      <description>&lt;P&gt;Thank you for your advise. But I beleive I could convey my encountered issue clearly. I wanted to mean that my encirled folders in blue line were once shown on the left hand side menu, but at present they seem to have disappeared from the left hand side menu. How can I bring these essential folders such as "odaws01-ws2' folder , 'File (home)' , and a library folder named 'curesday' etc. back to left hand side menu? Thank you once again. (please see the screenshot in this regard shared below and also attached as PDF file. Thank you.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akhan1971_1-1706794581191.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93150iE304D607801C80AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akhan1971_1-1706794581191.png" alt="akhan1971_1-1706794581191.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914012#M1454</guid>
      <dc:creator>akhan1971</dc:creator>
      <dc:date>2024-02-01T13:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914013#M1455</link>
      <description>Can you send a screen shot of what your Server Files and Folders tab looks like now??</description>
      <pubDate>Thu, 01 Feb 2024 13:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914013#M1455</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-02-01T13:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914022#M1456</link>
      <description>&lt;P&gt;Thank you Mr. Grant for your response!&lt;/P&gt;&lt;P&gt;Please see attached the screen shot in pdf format (the same screenshot is copied below in .jpeg format).&lt;/P&gt;&lt;P&gt;Please note that at present i don't see 'odaws01'&amp;nbsp; folder, "files (home)" folder, and "CURESDAY" folder on the left hand side.&lt;/P&gt;&lt;P&gt;But they were available on the left hand side menu a previously. Something has happened, causing them to disappear (aparently to to another location that I am having issues in relocating).&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akhan1971_0-1706796056803.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93153iD70A9D3C2F8B2072/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akhan1971_0-1706796056803.png" alt="akhan1971_0-1706796056803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 14:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914022#M1456</guid>
      <dc:creator>akhan1971</dc:creator>
      <dc:date>2024-02-01T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914038#M1457</link>
      <description>&lt;P&gt;Thanks for screen shot.&amp;nbsp; So you've lost your Server Files and Folders tab.&amp;nbsp; This is an easy fix.&amp;nbsp; Go to the icon on Top Right that looks like a hamburger &amp;amp; click &amp;amp; select View.&amp;nbsp; Then check the Server Files and Folders.&amp;nbsp; Somehow it got un-selected.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tom_grant_0-1706802844636.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93156i9FD4AFAC84B4EA14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tom_grant_0-1706802844636.png" alt="tom_grant_0-1706802844636.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 15:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914038#M1457</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-02-01T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914041#M1458</link>
      <description>Thank you so much!&lt;BR /&gt;It worked!&lt;BR /&gt;Best regards.</description>
      <pubDate>Thu, 01 Feb 2024 16:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/914041#M1458</guid>
      <dc:creator>akhan1971</dc:creator>
      <dc:date>2024-02-01T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/927826#M1478</link>
      <description>&lt;P&gt;You can add multiple folders to a library, however, if you have files with the same name in multiple folders, sas will only use the first folder where the file is located&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/927826#M1478</guid>
      <dc:creator>ThdB</dc:creator>
      <dc:date>2024-05-10T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/953445#M1502</link>
      <description>&lt;P&gt;Many thanks!.&lt;/P&gt;&lt;P&gt;Solved my own problem with not seeing my library folders.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/953445#M1502</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964695#M1540</link>
      <description>&lt;P&gt;Hi,i'm strugling with the restarting of pg1 library&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reminder&lt;/STRONG&gt;: If you restarted your SAS session,you must recreate the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PG1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;library so you can access your practice files. In SAS Studio, open and submit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;libname.sas&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;program in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG1V2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder. In Enterprise Guide, run the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Autoexec&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;process flow."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and my syntax to this is&lt;/P&gt;&lt;P&gt;libname pg1"/home/u63850715/EPG1V2/data";&lt;/P&gt;&lt;P&gt;after all this the library also successfully creating but it is empty,&lt;/P&gt;&lt;P&gt;pull me out from this stuck.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 12:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964695#M1540</guid>
      <dc:creator>u63850715</dc:creator>
      <dc:date>2025-04-20T12:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964696#M1541</link>
      <description>&lt;P&gt;Did you submit the SAS commands in libname.sas in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG1V2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the commands in libname.sas?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 12:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964696#M1541</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-04-20T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964697#M1542</link>
      <description>&lt;P&gt;no specific commands are there in libname.sas it was coded to create library in previous lessons, now it is asking for recovery,but when i'm opening the file in EPG1V2 FOLDER.&lt;/P&gt;&lt;P&gt;I'm providing the attachment of my screen shot.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 15:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964697#M1542</guid>
      <dc:creator>u63850715</dc:creator>
      <dc:date>2025-04-20T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question about libraries.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964709#M1543</link>
      <description>&lt;P&gt;I never download attachments. Please paste the screen capture into your reply, or include it using the "Insert Photos" icon.&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/474919"&gt;@u63850715&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;no specific commands are there in libname.sas it was coded to create library in previous lessons, now it is asking for recovery,but when i'm opening the file in EPG1V2 FOLDER.&lt;/P&gt;
&lt;P&gt;I'm providing the attachment of my screen shot.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This seems to contradict what you said earlier, which I believe is from the instructions you received: "If you restarted your SAS session,you must recreate the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PG1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;library so you can access your practice files. In SAS Studio, open and submit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;libname.sas&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;program in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG1V2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder"&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 16:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-libraries/m-p/964709#M1543</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-04-20T16:53:35Z</dc:date>
    </item>
  </channel>
</rss>

