<?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: Accessing Data Through Libraries Activity in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606591#M176163</link>
    <description>&lt;P&gt;You downloaded the course material (which was in a .zip format) correct?&lt;BR /&gt;You then extracted the course material correct?&lt;BR /&gt;You then went through the two setup processes which were labeled as REQUIRED in 3 different locations before you accessed this right?&lt;BR /&gt;&lt;BR /&gt;If all the above is true then you just need to do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname np xlsx "FILEPATH/np_info.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;FILEPATH being the FULL directory to np_info.xlsx. You can browse to the file location and right-click on the folder this file is in &amp;gt; properties &amp;gt; highlight location &amp;gt; copy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: If you didn't do any of the above you need to click "Lessons" at the top-left and then under the actual Lessons click on "&lt;SPAN class="instancename"&gt;&lt;A class="" href="https://vle.sas.com/mod/scorm/view.php?id=52062" target="_blank"&gt;Course Overview and Data Setup (REQUIRED)&lt;SPAN class="accesshide "&gt;SCORM package&lt;/SPAN&gt;&lt;/A&gt;" and follow the instructions.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 22:18:18 GMT</pubDate>
    <dc:creator>Krueger</dc:creator>
    <dc:date>2019-11-22T22:18:18Z</dc:date>
    <item>
      <title>Accessing Data Through Libraries Activity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606582#M176156</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perform the following tasks in your SAS software:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="question"&gt;&lt;UL&gt;&lt;LI&gt;Open a new program window.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Write a LIBNAME statement to create a library named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that reads&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;np_info.xlsx&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the course data as follows:&lt;UL&gt;&lt;LI&gt;SAS Studio: Specify the full path to your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG194/data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder and the complete file name.&lt;/LI&gt;&lt;LI&gt;Enterprise Guide: Specify&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the complete file name.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Run the LIBNAME statement.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Navigate to your list of libraries and open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;library. How many tables are there in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;library?&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;^^^ I get an error message that the NP doesn't exist. Plus how do I get the xlsx files? I'm not seeing it after creating the files for the course&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 21:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606582#M176156</guid>
      <dc:creator>eleverson</dc:creator>
      <dc:date>2019-11-22T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Data Through Libraries Activity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606584#M176158</link>
      <description>Show the code you ran and the log. Did you get errors or did it run correctly?</description>
      <pubDate>Fri, 22 Nov 2019 21:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606584#M176158</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-22T21:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Data Through Libraries Activity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606591#M176163</link>
      <description>&lt;P&gt;You downloaded the course material (which was in a .zip format) correct?&lt;BR /&gt;You then extracted the course material correct?&lt;BR /&gt;You then went through the two setup processes which were labeled as REQUIRED in 3 different locations before you accessed this right?&lt;BR /&gt;&lt;BR /&gt;If all the above is true then you just need to do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname np xlsx "FILEPATH/np_info.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;FILEPATH being the FULL directory to np_info.xlsx. You can browse to the file location and right-click on the folder this file is in &amp;gt; properties &amp;gt; highlight location &amp;gt; copy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: If you didn't do any of the above you need to click "Lessons" at the top-left and then under the actual Lessons click on "&lt;SPAN class="instancename"&gt;&lt;A class="" href="https://vle.sas.com/mod/scorm/view.php?id=52062" target="_blank"&gt;Course Overview and Data Setup (REQUIRED)&lt;SPAN class="accesshide "&gt;SCORM package&lt;/SPAN&gt;&lt;/A&gt;" and follow the instructions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 22:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606591#M176163</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-11-22T22:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Data Through Libraries Activity</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606676#M176199</link>
      <description>&lt;P&gt;It is resolved...I was missing "data" in my file path&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2019 13:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-Data-Through-Libraries-Activity/m-p/606676#M176199</guid>
      <dc:creator>eleverson</dc:creator>
      <dc:date>2019-11-23T13:38:27Z</dc:date>
    </item>
  </channel>
</rss>

