<?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: Recreate PG1 library by libname.sas in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620958#M424</link>
    <description>&lt;P&gt;Well, I don't see an option to mark this solution - perhaps because the thread already is marked as solved. At any rate, thank you for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 19:35:04 GMT</pubDate>
    <dc:creator>abdis</dc:creator>
    <dc:date>2020-01-29T19:35:04Z</dc:date>
    <item>
      <title>Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527266#M168</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a SAS beginner and self learninig with&amp;nbsp;&lt;SPAN&gt;SAS Programming 1: Essentials training with SAS Studio on line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am blocked when I restart SAS Studio, for exemple in lesson 3 : Exploring and Validating Data&lt;/P&gt;&lt;P&gt;My question is that I don't understand how to excute libname.sas to recreate the PG1 library once I restart SAS studio ?&lt;/P&gt;&lt;P&gt;Here is the remander:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Reminder&lt;/STRONG&gt;: If you restarted your SAS session,you must recreate the&amp;nbsp;&lt;STRONG&gt;PG1&lt;/STRONG&gt;&amp;nbsp;library so you can access your practice files. In SAS Studio, open and submit the&amp;nbsp;&lt;STRONG&gt;libname.sas&lt;/STRONG&gt;&amp;nbsp;program in the&amp;nbsp;&lt;STRONG&gt;EPG194&lt;/STRONG&gt;&amp;nbsp;folder.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Righe click the folder EPG04, then I open a new program (or F4) and execute&amp;nbsp;&lt;STRONG&gt;libname.sas&lt;/STRONG&gt; in code, and run, but it doesn't work...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527266#M168</guid>
      <dc:creator>arbresel</dc:creator>
      <dc:date>2019-01-15T12:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527290#M170</link>
      <description>&lt;P&gt;LIBNAME.SAS was a program with code you wrote in &lt;EM&gt;Lesson 2: Accessing Data Through Libraries.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;The program should&amp;nbsp;have a LIBNAME statement as written below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname pg1 "FILEPATH";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just replace the text FILEPATH with the location of the &lt;STRONG&gt;EPG194/data&lt;/STRONG&gt; folder.&amp;nbsp; It might be called something different on your SAS Studio.&amp;nbsp; If you right click the &lt;STRONG&gt;data&lt;/STRONG&gt; folder and click &lt;STRONG&gt;Properties&amp;nbsp;&lt;/STRONG&gt;(picture below), then you can see the Location and copy it into your LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am guessing you did that activity but did not save the&amp;nbsp;program as LIBNAME.SAS, so nothing's wrong at all!&amp;nbsp; Let me know if this works.&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="image.png" style="width: 309px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26278i20CCE0BE64B4D8CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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>Tue, 15 Jan 2019 13:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527290#M170</guid>
      <dc:creator>PremS</dc:creator>
      <dc:date>2019-01-15T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527723#M179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/255320"&gt;@arbresel&lt;/a&gt;, did the response answer your question?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527723#M179</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-01-16T14:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527777#M180</link>
      <description>&lt;P&gt;Many thanks, the pg1 is recreated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 18:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527777#M180</guid>
      <dc:creator>arbresel</dc:creator>
      <dc:date>2019-01-16T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527778#M181</link>
      <description>&lt;P&gt;Yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527778#M181</guid>
      <dc:creator>arbresel</dc:creator>
      <dc:date>2019-01-16T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527779#M182</link>
      <description>&lt;P&gt;Great! If you can, can you mark this as solved?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 18:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/527779#M182</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-01-16T18:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/582697#M355</link>
      <description>&lt;P&gt;HI I tried your suggestion but am still getting this error message&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WARNING: "Libref EPG1 is not assigned"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 08:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/582697#M355</guid>
      <dc:creator>SAM9</dc:creator>
      <dc:date>2019-08-21T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/582748#M356</link>
      <description>&lt;P&gt;Out of curiosity, are you using SAS University Edition or SAS On Demand for Academics? Or a local version of SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to find the location of the data folder, confirm that there are tables in that location, then copy the file location. You will use that in a LIBNAME statement to tell SAS where to look for all the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example. My data is in my&amp;nbsp;&lt;STRONG&gt;S:\workshop\data&lt;/STRONG&gt; folder. In that location I have 25 SAS tables. I need to tell SAS where the tables are.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME pg1 "S:\workshop\data";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are not tables in that location you will need to create the data for the course. You can do that by checking out these videos:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Programming-1-and-2/bd-p/course_discussions" target="_blank"&gt;https://communities.sas.com/t5/Programming-1-and-2/bd-p/course_discussions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/582748#M356</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-08-21T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620932#M420</link>
      <description>&lt;P&gt;I have a related question. I am using SAS studio. I logged out and when I began a new session, I recreated the library using my saved libname program. When I run the program, it does create the PG 1 library. However the PG1 library folder&amp;nbsp; is empty - no tables. I am directing the libname statement to my EPG 194 folder within SAS studio where I do see many tables. Why is the library empty? Here is my syntax:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LIBNAME pg1 "/home/u44988922/EPG194";&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 18:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620932#M420</guid>
      <dc:creator>abdis</dc:creator>
      <dc:date>2020-01-29T18:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620934#M421</link>
      <description>&lt;P&gt;Looks like you are using SAS On Demand for Academics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Physically go to the folder you pointed to with your LIBNAME statement. You should see that there are folders in that location but no actual SAS data sets. You need to go into the &lt;STRONG&gt;data&lt;/STRONG&gt; subfolder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go into that &lt;STRONG&gt;data&lt;/STRONG&gt; folder through the &lt;STRONG&gt;Server Files and Folders&lt;/STRONG&gt; pane. You should see data in it. If you do, you set it up correctly and need to tell SAS '&lt;EM&gt;Go to that data folder, I have data there I want to use&lt;/EM&gt;'. You can right click on the &lt;STRONG&gt;data&lt;/STRONG&gt; folder, select properties and see the location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To tell SAS you want to use the data in that location make sure to use the LIBNAME statement to point to it. You need to most likely add data to the end of your path:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname pg1 '/home/&lt;SPAN&gt;u44988922&lt;/SPAN&gt;/EPG194/&lt;STRONG&gt;data&lt;/STRONG&gt;';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 18:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620934#M421</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2020-01-29T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620955#M422</link>
      <description>&lt;P&gt;That did the trick - thank you! I will mark as resolved.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 19:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620955#M422</guid>
      <dc:creator>abdis</dc:creator>
      <dc:date>2020-01-29T19:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620956#M423</link>
      <description>&lt;P&gt;Glad it worked!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 19:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620956#M423</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2020-01-29T19:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620958#M424</link>
      <description>&lt;P&gt;Well, I don't see an option to mark this solution - perhaps because the thread already is marked as solved. At any rate, thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 19:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620958#M424</guid>
      <dc:creator>abdis</dc:creator>
      <dc:date>2020-01-29T19:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620959#M425</link>
      <description>&lt;P&gt;Yeah i'm guessing that's why. No worries, glad you everything is working!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 19:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/620959#M425</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2020-01-29T19:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/667091#M537</link>
      <description>&lt;P&gt;im unable to create a library&lt;/P&gt;&lt;P&gt;it is showing&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: Library PG1 is not in a valid format for access method RANDOM.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Error in the LIBNAME statement.;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/667091#M537</guid>
      <dc:creator>asta1</dc:creator>
      <dc:date>2020-07-06T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/667539#M538</link>
      <description>Hi:&lt;BR /&gt;  How are you running your programs: SAS University Edition in a Virtual Machine, SAS OnDemand for Academics or SAS through your work or school license?&lt;BR /&gt;&lt;BR /&gt;  Typically, if you have followed the setup instructions, and if you're using SAS Studio, you can right click on the EPG1V2 folder and select Properties and you'll find the correct full path to use in the Location field of the Properties Windows. &lt;BR /&gt;&lt;BR /&gt;  Videos for how to do the setup for each method of using SAS can be found here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Creating-Data-for-Programming-1-and-Programming-2/ta-p/494541" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Creating-Data-for-Programming-1-and-Programming-2/ta-p/494541&lt;/A&gt; Inside the article you'll find a button to get to the EPG1V2 instructions (and if you're taking an earlier version of Programming 1, there is also a button to get to the recordings for the older EPG194 version of the course).&lt;BR /&gt;&lt;BR /&gt;  Most useful when posting questions like this is showing us the actual code you submitted and a screen shot of your log message. Saying that you're unable to create a library indicates that you are farther along in the course, past the setup section and in this case, it is also useful to know what Lesson you're working in (Lesson 1, Lesson 2, etc) and what activity or practice within the lesson.&lt;BR /&gt;Hope the videos in the article help you figure things out.&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 07 Jul 2020 18:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/667539#M538</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-07T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/671479#M560</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello, I have a related question. I am using SAS studio. I logged out and when I began a new session, I recreated the library using my saved libname program. When I run the program, it does create the PG 1 library. However the PG1 library folder&amp;nbsp; is empty - no tables. I am directing the libname statement to my EPG1V2/Data folder within SAS studio where I do see many tables. Why is the library empty? Here is my syntax:&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body-content"&gt;libname pg1 "/folders/myfolders/coursefiles/EPG1V2/data";&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 17:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/671479#M560</guid>
      <dc:creator>jnbaene</dc:creator>
      <dc:date>2020-07-22T17:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/671577#M563</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; This is NOT the path we recommend:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1595447275102.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47540i3DBD6CBBEAAEA61D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1595447275102.png" alt="Cynthia_sas_0-1595447275102.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For SAS University Edition, we recommend that you make your EPG1V2 folder directly under the My Folders top node, in which case, the correct path would be:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname pg1 "/folders/myfolders/EPG1V2/data";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, the way to find the correct path is to start with the &lt;U&gt;&lt;STRONG&gt;Server Files and Folders&lt;/STRONG&gt;&lt;/U&gt; pane (not the Libraries pane). Then, in Server Files and Folders,&amp;nbsp; navigate to the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;EPG1V2&lt;/FONT&gt; &lt;/STRONG&gt;folder and expand it. Then navigate to the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;data&lt;/FONT&gt; &lt;/STRONG&gt;subfolder. Do you see files inside? Some of the files will have .xlsx, .csv and .dat file extensions. Other files will have .sas7bdat extensions. If you see all of these file types in the data subfolder, then right-click on the data subfolder and choose Properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The Properties popup window will have a location field. THAT will be the correct location for you to use in your LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; When you ran the data setup programs for the class, did you see the PROC CONTENTS results at the end of the successful completion of the programs? If so, the top of the PROC CONTENTS also showed you the correct path to use. You can use your path with "coursefiles" in the name, if that is the actual folder structure you have and the folder structure you used when you created the class files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you do NOT see any sas7bdat file extensions in your data folder, that implies that something went wrong with your data creation program. Go back to the course setup instructions and re-run the programs again. Be sure you use the correct folder name for the location of your data for class.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You will ONLY see SAS datasets in the Libraries window AFTER you are successful at running the data creation program in class. Did you watch the videos that were referenced in my earlier posting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&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>Wed, 22 Jul 2020 19:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/671577#M563</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-22T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/695761#M632</link>
      <description>&lt;P&gt;I was having the same problem using the SAS University Edition. When the course directed me to set up the PG1 library it did not require me to specify the data subfolder. Once I went back in and added that it worked like a charm. Thank you for this!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 19:34:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/695761#M632</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2020-11-01T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate PG1 library by libname.sas</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/700822#M668</link>
      <description>&lt;PRE&gt;Hello, I'm in lesson 3 level 1 practice: exploring data with procedures &lt;BR /&gt;&lt;BR /&gt;/* list first 20 rows */&lt;BR /&gt;proc print data=pg1.np_summary (obs=20);&lt;BR /&gt;  var Reg Type Park Name DayVistis Tent Campers RVCampers;&lt;BR /&gt;  run;&lt;BR /&gt;&lt;BR /&gt;when i run this statement &lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 /* list first 20 rows */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 proc print data=pg1.np_summary (obs=20);&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Libref PG1 is not assigned.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 var Reg Type Park Name DayVistis Tent Campers RVCampers;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 216.93k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 30116.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 11/23/2020 04:24:54 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 66 Switch Count 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 31&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;can someone help me &lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Nov 2020 04:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Recreate-PG1-library-by-libname-sas/m-p/700822#M668</guid>
      <dc:creator>dolphen_2020</dc:creator>
      <dc:date>2020-11-23T04:27:08Z</dc:date>
    </item>
  </channel>
</rss>

