<?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 SAS EG 8.2 error on PROC IMPORT in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677785#M36792</link>
    <description>&lt;P&gt;Running a very simple PROC IMPORT (Excel) that works fine on EG 7.1 but fails on EG 8.2. The error report doesn't mean much to me. See below for the relevant part of the log and the IMPORT statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc import datafile = "X:\data\online_only.xlsx" dbms = excel out = dat_raw replace;
 /* log info below */
36         %LET _CLIENTTASKLABEL=;
37         %LET _CLIENTPROCESSFLOWNAME=;
38         %LET _CLIENTPROJECTPATH=;
39         %LET _CLIENTPROJECTPATHHOST=;
40         %LET _CLIENTPROJECTNAME=;
41         %LET _SASPROGRAMFILE=;
42         %LET _SASPROGRAMFILEHOST=;
43         
44         ;*';*";*/;quit;

ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
ERROR: Connection Failed.  See log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):&lt;/PRE&gt;&lt;P&gt;Can anyone help me understand what is causing this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other lines above this are setting a library name (which is done successfully) and some global options (also successfully, though the only relevant part for this project is validvarname).&lt;/P&gt;&lt;PRE&gt;options pageno = 1 yearcutoff = 1950 number spool validvarname = v7; 
goptions device = png;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Aug 2020 13:17:13 GMT</pubDate>
    <dc:creator>RyanJB</dc:creator>
    <dc:date>2020-08-19T13:17:13Z</dc:date>
    <item>
      <title>SAS EG 8.2 error on PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677785#M36792</link>
      <description>&lt;P&gt;Running a very simple PROC IMPORT (Excel) that works fine on EG 7.1 but fails on EG 8.2. The error report doesn't mean much to me. See below for the relevant part of the log and the IMPORT statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc import datafile = "X:\data\online_only.xlsx" dbms = excel out = dat_raw replace;
 /* log info below */
36         %LET _CLIENTTASKLABEL=;
37         %LET _CLIENTPROCESSFLOWNAME=;
38         %LET _CLIENTPROJECTPATH=;
39         %LET _CLIENTPROJECTPATHHOST=;
40         %LET _CLIENTPROJECTNAME=;
41         %LET _SASPROGRAMFILE=;
42         %LET _SASPROGRAMFILEHOST=;
43         
44         ;*';*";*/;quit;

ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
ERROR: Connection Failed.  See log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):&lt;/PRE&gt;&lt;P&gt;Can anyone help me understand what is causing this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other lines above this are setting a library name (which is done successfully) and some global options (also successfully, though the only relevant part for this project is validvarname).&lt;/P&gt;&lt;PRE&gt;options pageno = 1 yearcutoff = 1950 number spool validvarname = v7; 
goptions device = png;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677785#M36792</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-08-19T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.2 error on PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677792#M36793</link>
      <description>&lt;P&gt;Are you sure that you connect to the same workspace server definition? Compare your connection profiles and the server you use for code execution.&lt;/P&gt;
&lt;P&gt;Alternatively, use dbms=xlsx for a test.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677792#M36793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-19T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.2 error on PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677801#M36794</link>
      <description>dbms = xlsx fixed it (I thought I had already done that, but clearly did not!)&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Wed, 19 Aug 2020 14:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-2-error-on-PROC-IMPORT/m-p/677801#M36794</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-08-19T14:09:18Z</dc:date>
    </item>
  </channel>
</rss>

