<?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: Create a library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570128#M160740</link>
    <description>Hi:&lt;BR /&gt;  Look under Files and Folders. Then in the EPG194 data folder, look for the NP_INFO.XLSX file. If you see the file, that means your data creation program ran correctly. If you do NOT see the file in your Files and Folders pane, then you need to go back to the beginning and run the program that MAKES the data for the class.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia</description>
    <pubDate>Sun, 30 Jun 2019 23:01:29 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-06-30T23:01:29Z</dc:date>
    <item>
      <title>Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570124#M160737</link>
      <description>&lt;P&gt;I am taking SAS programming 1, in the lesson 2, in the activity of Accessing Data Through Libraries ask us &lt;SPAN&gt;to create a library named NP,&lt;/SPAN&gt;&amp;nbsp;I followed the instruction, but I cannot find the NP library in the list of libraries. Is anything wrong in my code and how to access the library that you created?&lt;/P&gt;&lt;P&gt;Code:&amp;nbsp;libname NP xlsx "/folders/myfolders/EPG194/data/np_info.xlsx";&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="Screen Shot 2019-06-30 at 4.16.42 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30649i55CE73176D4A04C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-06-30 at 4.16.42 PM.png" alt="Screen Shot 2019-06-30 at 4.16.42 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570124#M160737</guid>
      <dc:creator>YTH</dc:creator>
      <dc:date>2019-06-30T21:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570126#M160738</link>
      <description>&lt;P&gt;I would check that the path and file name are correct - typically when you assign a library the error comes not when you make the assignment but when you try to use the library. I'm not sure why you are not seeing the library in my libraries but that explains why you haven't seen an error in the log.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570126#M160738</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2019-06-30T21:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570128#M160740</link>
      <description>Hi:&lt;BR /&gt;  Look under Files and Folders. Then in the EPG194 data folder, look for the NP_INFO.XLSX file. If you see the file, that means your data creation program ran correctly. If you do NOT see the file in your Files and Folders pane, then you need to go back to the beginning and run the program that MAKES the data for the class.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 30 Jun 2019 23:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570128#M160740</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-06-30T23:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570133#M160742</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Cynthia,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I see the&amp;nbsp;NP_INFO.XLSX file&amp;nbsp;in&amp;nbsp;the EPG194, and the program does run correctly, so there is no warning message in the Log. However, I cannot find the NP in the list of the libraries, which is a weird situation if the data creation ran correctly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2019 02:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570133#M160742</guid>
      <dc:creator>YTH</dc:creator>
      <dc:date>2019-07-01T02:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570134#M160743</link>
      <description>The path and the file name are correct, and I actually don't see any error&lt;BR /&gt;in the log, but I cannot find NP in the libraries.&lt;BR /&gt;&lt;BR /&gt;Thanks anyway!&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2019 03:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570134#M160743</guid>
      <dc:creator>YTH</dc:creator>
      <dc:date>2019-07-01T03:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570140#M160747</link>
      <description>Have you refreshed the library list?</description>
      <pubDate>Mon, 01 Jul 2019 05:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570140#M160747</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-01T05:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570289#M160790</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here's what I see when I run the LIBNAME code on my OnDemand account:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="np_info_results_SODA.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30689iCA52A743C4E86642/image-size/large?v=v2&amp;amp;px=999" role="button" title="np_info_results_SODA.png" alt="np_info_results_SODA.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be seeing something similar for your University Edition program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 15:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570289#M160790</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-07-01T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570359#M160814</link>
      <description>&lt;P&gt;Instead of just typing&amp;nbsp;libname NP xlsx "/folders/myfolders/EPG194/data/np_info.xlsx";&lt;/P&gt;&lt;P&gt;I added two more statements:&lt;/P&gt;&lt;P&gt;proc contents data=np._all_ nods;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;and now I can see the NP in the libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 19:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-library/m-p/570359#M160814</guid>
      <dc:creator>YTH</dc:creator>
      <dc:date>2019-07-01T19:19:44Z</dc:date>
    </item>
  </channel>
</rss>

