<?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: Location for data file for Lesson 3 / Level 1 Practice in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Location-for-data-file-for-Lesson-3-Level-1-Practice/m-p/506497#M135798</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/241865"&gt;@OmniDIYer&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you're coming from SAS 6.12? Great. I liked that version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need for "&lt;SPAN&gt;moving data tables." Simply use a LIBNAME statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;libname pg1 (pg1 '/home/&lt;EM&gt;myuserid&lt;/EM&gt;/EPG194/data');&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;This creates a concatenated library which consists of the existing pg1 library and the folder where np_summary.sas7bdat resides.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thus&amp;nbsp;you can refer to this dataset as pg1.np_summary and still access the datasets in the "old" pg1 library as before. When you create a new dataset in this library, it is created in the&amp;nbsp;folder which was previously alone associated with libref pg1, i.e., there's no change in this regard either.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 16:15:30 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2018-10-22T16:15:30Z</dc:date>
    <item>
      <title>Location for data file for Lesson 3 / Level 1 Practice</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Location-for-data-file-for-Lesson-3-Level-1-Practice/m-p/506471#M135790</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Hi: I'm coming back to SAS after 20 years away. I'm working through&amp;nbsp;SAS® Programming 1: Essentials.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I'm currently&amp;nbsp;stuck on Lesson 3's Level 1 Practice. Specifically, the first sentence reads:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;"The&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;pg1.np_summary&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;table contains public use statistics from the National Park Service"&lt;/SPAN&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" size="3"&gt;&lt;SPAN&gt;There's no "np_summary" table in the pg1 library (which we created in Lesson 2. I went back and worked through Lesson 2 to be sure I hadn't missed a step--I hadn't). &lt;/SPAN&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" size="3"&gt;&lt;SPAN&gt;I found the file in the following location:&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;/home/myuserid/EPG194/data/np_summary.sas7bdat&lt;/SPAN&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" size="3"&gt;&lt;SPAN&gt;The course hasn't yet dealt with moving data tables from folders to libraries. Not sure how to proceed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks, Sandra&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Location-for-data-file-for-Lesson-3-Level-1-Practice/m-p/506471#M135790</guid>
      <dc:creator>OmniDIYer</dc:creator>
      <dc:date>2018-10-22T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Location for data file for Lesson 3 / Level 1 Practice</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Location-for-data-file-for-Lesson-3-Level-1-Practice/m-p/506497#M135798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/241865"&gt;@OmniDIYer&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you're coming from SAS 6.12? Great. I liked that version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need for "&lt;SPAN&gt;moving data tables." Simply use a LIBNAME statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;libname pg1 (pg1 '/home/&lt;EM&gt;myuserid&lt;/EM&gt;/EPG194/data');&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;This creates a concatenated library which consists of the existing pg1 library and the folder where np_summary.sas7bdat resides.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thus&amp;nbsp;you can refer to this dataset as pg1.np_summary and still access the datasets in the "old" pg1 library as before. When you create a new dataset in this library, it is created in the&amp;nbsp;folder which was previously alone associated with libref pg1, i.e., there's no change in this regard either.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Location-for-data-file-for-Lesson-3-Level-1-Practice/m-p/506497#M135798</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-10-22T16:15:30Z</dc:date>
    </item>
  </channel>
</rss>

