<?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: SAS Programming Lesson 2 in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882925#M1387</link>
    <description>&lt;P&gt;Your libname statement should be:&lt;/P&gt;
&lt;P&gt;libname np xlsx "~/EPG1V2/data/np_info.xlsx";&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ~ points to your Files(Home) folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can select the PARKS worksheet for the proc contents using np.parks.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 12:07:21 GMT</pubDate>
    <dc:creator>tom_grant</dc:creator>
    <dc:date>2023-06-29T12:07:21Z</dc:date>
    <item>
      <title>SAS Programming Lesson 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882888#M1384</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Open &lt;/SPAN&gt;&lt;STRONG&gt;p102a07.sas &lt;/STRONG&gt;&lt;SPAN&gt;from the &lt;/SPAN&gt;&lt;STRONG&gt;activities&lt;/STRONG&gt;&lt;SPAN&gt; folder and perform the following tasks:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;If necessary, update the path of the course files in the LIBNAME statement.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Complete the PROC CONTENTS step to read the &lt;/SPAN&gt;&lt;STRONG&gt;parks&lt;/STRONG&gt;&lt;SPAN&gt; table in the &lt;/SPAN&gt;&lt;STRONG&gt;NP &lt;/STRONG&gt;&lt;SPAN&gt;library.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Run the program. Navigate to your list of libraries and expand the &lt;/SPAN&gt;&lt;STRONG&gt;NP &lt;/STRONG&gt;&lt;SPAN&gt;library. Confirm that three tables are included: &lt;/SPAN&gt;&lt;STRONG&gt;Parks&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;Species&lt;/STRONG&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;STRONG&gt;Visits&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Examine the log. Which column names were modified to follow SAS naming conventions?&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Uncomment the final LIBNAME statement and run it to clear the &lt;/SPAN&gt;&lt;STRONG&gt;NP &lt;/STRONG&gt;&lt;SPAN&gt;library. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How should this code look?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 02:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882888#M1384</guid>
      <dc:creator>B1010</dc:creator>
      <dc:date>2023-06-29T02:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Lesson 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882906#M1385</link>
      <description>That depends on the sas environment you are using to train. Are you using SAS Studio from SAS OnDemand for Academics? Or another environment?</description>
      <pubDate>Thu, 29 Jun 2023 09:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882906#M1385</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-06-29T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Lesson 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882916#M1386</link>
      <description>Sas studio for academics&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jun 2023 11:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882916#M1386</guid>
      <dc:creator>B1010</dc:creator>
      <dc:date>2023-06-29T11:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Lesson 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882925#M1387</link>
      <description>&lt;P&gt;Your libname statement should be:&lt;/P&gt;
&lt;P&gt;libname np xlsx "~/EPG1V2/data/np_info.xlsx";&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ~ points to your Files(Home) folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can select the PARKS worksheet for the proc contents using np.parks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 12:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882925#M1387</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-06-29T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Lesson 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882948#M1388</link>
      <description>&lt;P&gt;Did you open the&amp;nbsp;&lt;STRONG&gt;p102a07.sas &lt;/STRONG&gt;file which has the template code for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 14:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-Programming-Lesson-2/m-p/882948#M1388</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-29T14:45:59Z</dc:date>
    </item>
  </channel>
</rss>

