<?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: Server Connection Not Reading xlsx file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84839#M24269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which SAS version is installed on the server? Have you tried omitting the type-option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 13:12:50 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2013-05-24T13:12:50Z</dc:date>
    <item>
      <title>Server Connection Not Reading xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84838#M24268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; wind_dir = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%str&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;(&lt;A href="https://communities.sas.com/"&gt;\\La016x902\Comp1Share\Corporate\&lt;/A&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; inputxls = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%str&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;(Complaints_Input_File_FAAAT_Request.xlsx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; xlspth = &amp;amp;wind_dir&amp;amp;inputxls;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;libname&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; FAAATXLS pcfiles type = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;excel&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;server&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=LA016X902 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;port&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;8621&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;path&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple;"&gt;"&amp;amp;xlspth"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; loans;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; FAAATXLS.'FNMA$'n;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: green;"&gt;/*Must match the tab name in excel spreadsheet*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;libname&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; FAAATXLS &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;clear&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;I keep getting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: File FAAATXLS.'FAAAT$'n.DATA does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The xlsx file name is correct and the tab does say FAAAT.&amp;nbsp; Is there any special rules on naming the libnames, in this case FAAATXLS??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 21:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84838#M24268</guid>
      <dc:creator>omega1983</dc:creator>
      <dc:date>2013-05-23T21:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Server Connection Not Reading xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84839#M24269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which SAS version is installed on the server? Have you tried omitting the type-option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 13:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84839#M24269</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2013-05-24T13:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Server Connection Not Reading xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84840#M24270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The libref has to be 8 or fewer characters, but that is what you have....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you get any messages about the success/failure of the LIBNAME statement? &lt;/P&gt;&lt;P&gt;Try putting RUN; after the LIBNAME, run PROC CONTENTS and see if the library connection is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibility -- is there a macro-populated range in the workbook?&amp;nbsp; If yes, you may have to open the file in Excel first and force the pointers to resolve to actual values, save the value, then read it in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Server-Connection-Not-Reading-xlsx-file/m-p/84840#M24270</guid>
      <dc:creator>jwsquillace</dc:creator>
      <dc:date>2013-05-24T18:39:48Z</dc:date>
    </item>
  </channel>
</rss>

