<?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: ERROR: Import unsuccessful.  See SAS Log for details. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721229#M223518</link>
    <description>&lt;P&gt;On second thought, I also consider it likely that it is a file saved with the wrong extension.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 10:37:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-02-23T10:37:25Z</dc:date>
    <item>
      <title>ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721193#M223488</link>
      <description>&lt;P&gt;Hi, I'm new to this. Please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to proc import like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='/folders/myfolders/desksas.xls' dbms=xls
out=work replace;
sheet='desksas';
getnames=yes;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but when I run it, the log result I got is like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         proc import datafile='/folders/myfolders/desksas.xls' dbms=xls
 74         out=work replace;
 75         sheet='desksas';
 76         getnames=yes;
 77         run;
 
 Spreadsheet isn't from Excel V5 or later.  Please open it in Excel and Save as V5 or later
 Requested Input File Is Invalid
 ERROR: Import unsuccessful.  See SAS Log for details.
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE IMPORT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 78         
 79         
 80         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 92         &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can somebody help me with this?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 05:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721193#M223488</guid>
      <dc:creator>nemezies</dc:creator>
      <dc:date>2021-02-23T05:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721197#M223489</link>
      <description>It looks like that SAS is telling you "Spreadsheet isn't from Excel V5 or later.  Please open it in Excel and Save as V5 or later". If excel doesn't work, can you save as a CSV and try the IMPORT procedure with DBMS = CSV?</description>
      <pubDate>Tue, 23 Feb 2021 06:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721197#M223489</guid>
      <dc:creator>qoit</dc:creator>
      <dc:date>2021-02-23T06:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721200#M223490</link>
      <description>&lt;P&gt;Open the workbook file in Excel and save it to CSV (so you can read it with a data step) or at least XLSX, so you can read it with the more modern and platform-independent XLSX engine.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 07:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721200#M223490</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-23T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721207#M223494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/370646"&gt;@nemezies&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you having the same problem as found in the below post, where it looks like the file name extension had been changed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Error-of-Excel-not-v5-when-using-PROC-IMPORT/td-p/498055" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Error-of-Excel-not-v5-when-using-PROC-IMPORT/td-p/498055&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 08:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721207#M223494</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2021-02-23T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Import unsuccessful.  See SAS Log for details.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721229#M223518</link>
      <description>&lt;P&gt;On second thought, I also consider it likely that it is a file saved with the wrong extension.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Import-unsuccessful-See-SAS-Log-for-details/m-p/721229#M223518</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-23T10:37:25Z</dc:date>
    </item>
  </channel>
</rss>

