<?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: Lesson 3 Level 1 practice in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873915#M1359</link>
    <description>&lt;P&gt;Thank you so much! This worked and the table appeared&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 16:26:39 GMT</pubDate>
    <dc:creator>anonymous7</dc:creator>
    <dc:date>2023-05-04T16:26:39Z</dc:date>
    <item>
      <title>Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873652#M1350</link>
      <description>&lt;P&gt;I am trying to do the Lesson 3 Level 1 practice: Exploring Data with Procedures, but I am having some trouble getting started. I set up the pg1 library and then run the proc print code, but each time, the SAS program tells me that&amp;nbsp;PG1.NP_SUMMARY.DATA&amp;nbsp; does not exist. How do I fix this so that I can begin the practice?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 14:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873652#M1350</guid>
      <dc:creator>anonymous7</dc:creator>
      <dc:date>2023-05-03T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873663#M1351</link>
      <description>Keep in mind that your SAS librefs (PG1) are removed when you close your SAS interface (are you using SAS Studio?).  Assuming you made it Lesson 3 without an issue, you may need to just re-assign your SAS Library (libname PG1 "directory that has the NP_SUMMARY SAS dataset";</description>
      <pubDate>Wed, 03 May 2023 15:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873663#M1351</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-05-03T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873673#M1352</link>
      <description>&lt;P&gt;Do you know where the pg1.np_summary table is? They reference it for the assignment, but I can't find it for the assignment and they also mention opening p103p01.sas, which is a bit confusing.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 15:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873673#M1352</guid>
      <dc:creator>anonymous7</dc:creator>
      <dc:date>2023-05-03T15:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873676#M1353</link>
      <description>Are you using SAS OnDemand for Academics or do you have a local install of SAS?</description>
      <pubDate>Wed, 03 May 2023 15:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873676#M1353</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-05-03T15:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873701#M1354</link>
      <description>&lt;P&gt;I am using SAS Studio in the virtual lab section provided.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 18:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873701#M1354</guid>
      <dc:creator>anonymous7</dc:creator>
      <dc:date>2023-05-03T18:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873703#M1355</link>
      <description>Okay - so maybe someone already set-up the course for you.  You are looking for a directory ...EPG1V2\data - that's where the NP_Summary dataset should be &amp;amp; where you should assign the libref PG1 to:&lt;BR /&gt;libname PG1 "...\EPG1V2\data";</description>
      <pubDate>Wed, 03 May 2023 18:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873703#M1355</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-05-03T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873704#M1356</link>
      <description>The SAS program, p103p01.sas, should be in ...\ EPG1V2\practices.  If you can't find these folders, then you probably need to go through the set-up steps for the programming class.</description>
      <pubDate>Wed, 03 May 2023 18:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873704#M1356</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-05-03T18:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873705#M1357</link>
      <description>replace the 3 dots with the actual location</description>
      <pubDate>Wed, 03 May 2023 18:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873705#M1357</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-05-03T18:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873709#M1358</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are possible locations for the PG1 library on different practice platforms:&lt;/P&gt;
&lt;P&gt;SAS Virtual Lab inside Programming 1 course:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;S:\workshop\EPG1V2\data&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname PG1 "S:\workshop\EPG1V2\data";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS OnDemand for Academics:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;/home/&amp;lt;userID&amp;gt;/EPG1V2/data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname pg1 "/home/&amp;lt;userID&amp;gt;/EPG1V2/data"&lt;/STRONG&gt; &lt;/FONT&gt;;&lt;/P&gt;
&lt;P&gt;with a userID of u1234567, then the path would be:&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt; libname pg1 "/home/u1234567/EPG1V2/data" ;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS on my local Windows machine with a local install of SAS:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;c:\SAS_Class\EPG1V2\data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname PG1 "c:\SAS_Class\EPG1V2\data";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS on a Unix machine with a server copy of SAS:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;/usr/bin/Classes/EPG1V2/data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname PG1 "/usr/bin/Classes/EPG1V2/data";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide with a local or server version of SAS -- the setup and data creation programs use a helper variable called &amp;amp;PATH to hold the location of your WORK folder. So on EG, you do this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname PG1 "&amp;amp;path";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp; Notice that on all interfaces, except for EG, the top level folder path will be different depending on whether your SAS is installed on a Windows or Unix-based system. But starting wit the course folder EPG1V2 part of the path, the subfolders under that main folder should be the same for every installation platform.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp; You should be able to expand the EPG1V2 folder and expand the data subfolder, assuming you have set things up correctly and scroll through the list of files to see the data files in this subfolder. If you have a Libraries panel (such as in SAS Studio), you can open the Libraries panel to check that you have run the LIBNAME statement for the class before trying to run any programs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hope this helps,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Cynthia&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 19:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873709#M1358</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-05-03T19:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 3 Level 1 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873915#M1359</link>
      <description>&lt;P&gt;Thank you so much! This worked and the table appeared&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 16:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Lesson-3-Level-1-practice/m-p/873915#M1359</guid>
      <dc:creator>anonymous7</dc:creator>
      <dc:date>2023-05-04T16:26:39Z</dc:date>
    </item>
  </channel>
</rss>

