<?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 ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588776#M75909</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble importing an excel file with the IMPORT procedure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile= "/folders/myfolders/m2_pizza.xlsx"&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting this error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Server Name is invalid or missing&lt;/P&gt;</description>
    <pubDate>Sat, 14 Sep 2019 22:07:29 GMT</pubDate>
    <dc:creator>petergomillion</dc:creator>
    <dc:date>2019-09-14T22:07:29Z</dc:date>
    <item>
      <title>ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588776#M75909</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble importing an excel file with the IMPORT procedure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile= "/folders/myfolders/m2_pizza.xlsx"&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting this error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Server Name is invalid or missing&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2019 22:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588776#M75909</guid>
      <dc:creator>petergomillion</dc:creator>
      <dc:date>2019-09-14T22:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588782#M75910</link>
      <description>&lt;P&gt;Try adding the DBMS option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile= "/folders/myfolders/m2_pizza.xlsx" dbms = xlsx;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 15 Sep 2019 06:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588782#M75910</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-15T06:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588799#M75914</link>
      <description>&lt;P&gt;Your proc import statement is also missing the necessary semicolon.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 05:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588799#M75914</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-15T05:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588852#M75915</link>
      <description>&lt;P&gt;Thanks! I wound up adding the DBMS option as well as the other option where Output where it created a dataset. Seemed to work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 16:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/588852#M75915</guid>
      <dc:creator>petergomillion</dc:creator>
      <dc:date>2019-09-15T16:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Server Name is invalid or missing when Proc import excel file in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/767010#M81001</link>
      <description>This got me past the error. Thx</description>
      <pubDate>Fri, 10 Sep 2021 07:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Server-Name-is-invalid-or-missing-when-Proc-import-excel/m-p/767010#M81001</guid>
      <dc:creator>Mive</dc:creator>
      <dc:date>2021-09-10T07:53:59Z</dc:date>
    </item>
  </channel>
</rss>

