<?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 Question about Level 1 Practice: Sorting Data and Creating an Output Table in SAS Training Courses</title>
    <link>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903734#M80</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Create the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;table that contains data for national parks. You want the data sorted by regional code and decreasing numbers of daily visitors. If necessary,start SAS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;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 open and submit 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 to access your course files.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Open &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;p103p08.sas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; from the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;practices &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Modify the PROC SORT step to read &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;pg1.np_summary &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and create a temporary, sorted table named &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a BY statement to order the data by &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Reg &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and descending &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;DayVisits &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a WHERE statement to select &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Type &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;equal to &lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;NP&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Submit the program and view the output data.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;How many rows are in the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I cannot get the right answer for this question, and I am not sure if I am incorrect with the activity 2.04 or the coding for np_sort, and the error said that&amp;nbsp;File WORK.NP_SUMMARY.DATA does not exist and&amp;nbsp;Library PG1 does not exist.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 21:14:56 GMT</pubDate>
    <dc:creator>zhangrachel0118</dc:creator>
    <dc:date>2023-11-17T21:14:56Z</dc:date>
    <item>
      <title>Question about Level 1 Practice: Sorting Data and Creating an Output Table</title>
      <link>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903734#M80</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Create the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;table that contains data for national parks. You want the data sorted by regional code and decreasing numbers of daily visitors. If necessary,start SAS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;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 open and submit 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 to access your course files.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Open &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;p103p08.sas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; from the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;practices &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Modify the PROC SORT step to read &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;pg1.np_summary &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and create a temporary, sorted table named &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a BY statement to order the data by &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Reg &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and descending &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;DayVisits &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Add a WHERE statement to select &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Type &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;equal to &lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;NP&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Submit the program and view the output data.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;How many rows are in the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;np_sort &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I cannot get the right answer for this question, and I am not sure if I am incorrect with the activity 2.04 or the coding for np_sort, and the error said that&amp;nbsp;File WORK.NP_SUMMARY.DATA does not exist and&amp;nbsp;Library PG1 does not exist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 21:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903734#M80</guid>
      <dc:creator>zhangrachel0118</dc:creator>
      <dc:date>2023-11-17T21:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Level 1 Practice: Sorting Data and Creating an Output Table</title>
      <link>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903739#M81</link>
      <description>&lt;P&gt;Read the REMINDER in what you just posted.&lt;/P&gt;
&lt;P&gt;Did you run the libname.sas program?&amp;nbsp; Did it work?&amp;nbsp; If so it should have created the PG1 libref where you could find the input dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 23:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903739#M81</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-17T23:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Level 1 Practice: Sorting Data and Creating an Output Table</title>
      <link>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903750#M82</link>
      <description>Hi:&lt;BR /&gt;  I just posted some examples of how to construct the LIBNAME statement in your other post asking about the LIBNAME statement activity. &lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 18 Nov 2023 02:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Training-Courses/Question-about-Level-1-Practice-Sorting-Data-and-Creating-an/m-p/903750#M82</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-11-18T02:12:39Z</dc:date>
    </item>
  </channel>
</rss>

