<?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 Proc import error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55751#M15565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is so weird. I can replicate the same ERROR as yours.&lt;/P&gt;&lt;P&gt;But when I change DBMS from excel to xls, all is going on well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;PROC IMPORT OUT= WORK.asd
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\ABC.xls"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLS REPLACE;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET='feb2012';
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;
RUN;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 02:06:41 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2012-02-17T02:06:41Z</dc:date>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55741#M15555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Courier New;"&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting below error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: file_IMEX_.'feb2012$'n.data does not exist&lt;/STRONG&gt;. i have chcked again &amp;amp;again for any spaces in sheet name still i am facing the same error.&lt;/P&gt;&lt;P&gt;Just to mention,Actual data contains 35 columns and 1000 rows and multiple sheets(have tried for improting another sheets but got the same erro)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;i am unable to import the attached file using proc import. below is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;P&gt;PROC IMPORT OUT= WORK.asd &lt;/P&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\Tracker\ABC.xls" &lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="'feb2012$'"; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: Courier New;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 12:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55741#M15555</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-16T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55742#M15556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try it one or two more ways:&lt;/P&gt;&lt;P&gt;1: remove the set of single quotes so that the sheet name is only surrounded by one set of quotes&lt;/P&gt;&lt;P&gt;2. if that alone doesn't work, try adding the letter n after the right most quote&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55742#M15556</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-16T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55743#M15557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I tried above mentioned ways but still getting the same error.... &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt; Is their any other way i can import excel file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55743#M15557</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-16T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55744#M15558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC IMPORT OUT= work.asd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\Documents and Settings\abc.xls" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=excel REPLACE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; sheet = "feb2012";&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;proc print data = work.asd;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55744#M15558</guid>
      <dc:creator>Hima</dc:creator>
      <dc:date>2012-02-16T13:18:30Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55745#M15559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried the code, but it is giving below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error: file_IMEX_.'feb2012$'n.data does not exist&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;its very strange as i could able to import other files which has a similar structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55745#M15559</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-16T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55746#M15560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This is strange. It worked for me on PC SAS. I found this link that might help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/19/293.html"&gt;http://support.sas.com/kb/19/293.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55746#M15560</guid>
      <dc:creator>Hima</dc:creator>
      <dc:date>2012-02-16T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55747#M15561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Change&amp;nbsp; SHEET="'feb2012$'"; to&amp;nbsp; range='feb2012$';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55747#M15561</guid>
      <dc:creator>Hima</dc:creator>
      <dc:date>2012-02-16T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55748#M15562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; still the same error&lt;/P&gt;&lt;P&gt;Is their any other way?..maybe filename statement but dt know how to specify sheet name in filename stmt( but i need to spcify 35 column names)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55748#M15562</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-16T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55749#M15563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's try this.&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;Select the data in the excel. &lt;/LI&gt;&lt;LI&gt;Copy and paste it to notepad. &lt;/LI&gt;&lt;LI&gt;Open a new excel spread sheet &lt;/LI&gt;&lt;LI&gt;Copy the data from notepad to the new excel. &lt;/LI&gt;&lt;LI&gt;Save the excel.&lt;/LI&gt;&lt;LI&gt;Run the proc import code.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 13:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55749#M15563</guid>
      <dc:creator>Hima</dc:creator>
      <dc:date>2012-02-16T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55750#M15564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try it exactly as Hima suggested? i.e.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.asd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\Tracker\ABC.xls"&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="feb2012";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt; background-color: #eef4f9;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked for me!&amp;nbsp; Are you sure the file is in the exact location and named as specified in the datafile statement?&amp;nbsp; I was able to import your example file with no problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55750#M15564</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-16T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55751#M15565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is so weird. I can replicate the same ERROR as yours.&lt;/P&gt;&lt;P&gt;But when I change DBMS from excel to xls, all is going on well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;PROC IMPORT OUT= WORK.asd
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\ABC.xls"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLS REPLACE;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET='feb2012';
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;
RUN;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 02:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55751#M15565</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-02-17T02:06:41Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55752#M15566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also found a interesting thing.&lt;/P&gt;&lt;P&gt;DBMS=xls + GETNAMES=no;&amp;nbsp; will get variate name as A B C D E F G ...........&lt;/P&gt;&lt;P&gt;which is the excel's column name.&lt;/P&gt;&lt;P&gt;I remember this question has been asked by Linlin, Now I found the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 02:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55752#M15566</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-02-17T02:19:09Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55753#M15567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at least sombody is getting the same error as mine...&lt;/P&gt;&lt;P&gt;@Kasharp....i tried ur way but i got an error as DBMS type XLS not valid for import (am using sas 9.1.3)&lt;/P&gt;&lt;P&gt;My excel sheet for 1st row contains (name,1,2,3...30 )where 1,2..30 repersents days....this xls every day automatically get upadated by sas program based on the dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 06:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55753#M15567</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-17T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55754#M15568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your SAS under UNIX system?&lt;/P&gt;&lt;P&gt;But Finally I find the answer. You need define a range.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/10/118.html"&gt;http://support.sas.com/kb/10/118.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.asd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= 'C:\ABC.xls'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=excel REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; range='feb2012$A1:F20'n; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=NO;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 08:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55754#M15568</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-02-17T08:53:54Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55755#M15569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ksharp, its working!!!&lt;/P&gt;&lt;P&gt;Can you please tell me in range='feb2012$A1:F20'n; what A and F spcifies?&lt;/P&gt;&lt;P&gt;i need to import 30 columns and 1000 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 11:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55755#M15569</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-17T11:33:43Z</dc:date>
    </item>
    <item>
      <title>Proc import error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55756#M15570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I came to know how to import 30 columns and 100 rows...woking fine &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone for your help.. learning alot from this community ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 12:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-import-error/m-p/55756#M15570</guid>
      <dc:creator>Sudtej</dc:creator>
      <dc:date>2012-02-17T12:17:28Z</dc:date>
    </item>
  </channel>
</rss>

