<?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.sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863658#M341143</link>
    <description>Hi: If your question is about the LIBNAME.SAS program, there is an activity in Lesson 2 that has you make a LIBNAME.SAS program that will point to the location of your EPG1V2 folder and the data subfolder for class. As the instructions explain, you must run the LIBNAME.SAS program before you start this practice. In addition, in the very beginning of the course, in the Course Overview and Data Setup section of the class, you needed to follow the instructions in order to MAKE the data used in class. You will NOT have the PG1.NP_SPECIES data table until AFTER you run a program to make the data used in this class.&lt;BR /&gt;Cynthia</description>
    <pubDate>Sun, 12 Mar 2023 13:54:50 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2023-03-12T13:54:50Z</dc:date>
    <item>
      <title>libname.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863633#M341130</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;pg1.np_species&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; table provides a detailed species list for selected national parks. Use this table to analyze the categories of reported species. 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; before you begin. &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 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;&lt;SPAN&gt;Write a PROC FREQ step to analyze rows from &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;pg1.np_species &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Use the TABLES statement to generate a frequency table for Category.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Use the NOCUM option to suppress the cumulative columns.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Use the ORDER=FREQ option in the PROC FREQ statement to sort the results by descending frequency.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Use Categories of Reported Species as the report title.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Submit the program and review the results.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;What percent of the species are Fungi? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 04:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863633#M341130</guid>
      <dc:creator>Leo5</dc:creator>
      <dc:date>2023-03-12T04:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: libname.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863639#M341134</link>
      <description>&lt;P&gt;What's the value of just copy/pasting an assignment without showing us what you've already tried? And in case you haven't tried what would be the value of just providing a solution?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here what chatGPT returned after just copy/pasting your assignment.&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="Patrick_0-1678605671442.png" style="width: 543px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81383iFA8124A8E45CB318/image-dimensions/543x561?v=v2" width="543" height="561" role="button" title="Patrick_0-1678605671442.png" alt="Patrick_0-1678605671442.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 07:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863639#M341134</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-03-12T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: libname.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863658#M341143</link>
      <description>Hi: If your question is about the LIBNAME.SAS program, there is an activity in Lesson 2 that has you make a LIBNAME.SAS program that will point to the location of your EPG1V2 folder and the data subfolder for class. As the instructions explain, you must run the LIBNAME.SAS program before you start this practice. In addition, in the very beginning of the course, in the Course Overview and Data Setup section of the class, you needed to follow the instructions in order to MAKE the data used in class. You will NOT have the PG1.NP_SPECIES data table until AFTER you run a program to make the data used in this class.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 12 Mar 2023 13:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-sas/m-p/863658#M341143</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-03-12T13:54:50Z</dc:date>
    </item>
  </channel>
</rss>

