<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562052#M157412</link>
    <description>thank you it works.&lt;BR /&gt;</description>
    <pubDate>Tue, 28 May 2019 18:57:13 GMT</pubDate>
    <dc:creator>HishamSharrouf</dc:creator>
    <dc:date>2019-05-28T18:57:13Z</dc:date>
    <item>
      <title>libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562041#M157405</link>
      <description>&lt;PRE&gt;options validvarname=v7;&lt;BR /&gt;libname np xlsx "C:\Users\HP\Desktop\SASUniversityEdition\myfolders\EPG194\data\np_info.xlsx";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;should be t&lt;SPAN&gt;here are three tables in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;library:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Parks&lt;/STRONG&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Species&lt;/STRONG&gt;&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Visits&amp;nbsp; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but there nothing.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 18:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562041#M157405</guid>
      <dc:creator>HishamSharrouf</dc:creator>
      <dc:date>2019-05-28T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562045#M157406</link>
      <description>&lt;P&gt;Show the log. Is SAS really running on a Windows machine?&amp;nbsp; Is it the same machine that has that file on the C: drive?&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 18:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562045#M157406</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-05-28T18:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562046#M157407</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you are using SAS University Edition, then you should NOT be using a C: drive location to read the np_info.xlsx file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; We always recommend finding the file in the server files and folders pane in SAS Studio and then doing a right-mouse click and choosing Properties. In the Properties window, you should see the location of the file for the LIBNAME statement. It should be something like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" face="courier new,courier"&gt;&lt;STRONG&gt;libname np xlsx "&lt;FONT color="#FF00FF"&gt;/folders/myfolders&lt;/FONT&gt;&lt;FONT color="#339966"&gt;/EPG194/data/np_info.xlsx&lt;/FONT&gt;";&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note how there is NOT a Windows path or Windows slashes in the above path. This is the path to the NP_INFO.XLSX workbook on my University Edition installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can use PROC CONTENTS to see the structure of what's inside the Workbook:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;proc contents data=np._all_ nods;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;run;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run this code, I see the 3 tables that you listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 18:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562046#M157407</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-28T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562052#M157412</link>
      <description>thank you it works.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 18:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562052#M157412</guid>
      <dc:creator>HishamSharrouf</dc:creator>
      <dc:date>2019-05-28T18:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562074#M157421</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/275293"&gt;@HishamSharrouf&lt;/a&gt;&amp;nbsp; if your problem is resolved please mark the question as solved. You can mark Cynthia's solution as correct.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 19:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname/m-p/562074#M157421</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-28T19:27:58Z</dc:date>
    </item>
  </channel>
</rss>

