<?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: IMPORT EXCEL FILE USING PROC IMPORT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526031#M73531</link>
    <description>&lt;P&gt;Because you not reading from a text file.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 13:12:21 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-01-10T13:12:21Z</dc:date>
    <item>
      <title>IMPORT EXCEL FILE USING PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526017#M73529</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hello, I want to import xls/xlsx file using proc import.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT OUT= WORK.auto1 DATAFILE= "C:\test.xls" 
            DBMS=xls REPLACE; 
            GETNAMES=YES;
	    GUESSINGROWS=100;
  &amp;nbsp;&amp;nbsp;&amp;nbsp;       SCANTEXT=YES;                                                                                                                                                                   
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;My question is why I can't use options &lt;/FONT&gt;SCANTEXT / USEDATA / SCANTIME&lt;FONT size="2"&gt;&amp;nbsp;?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I want to read excel formats.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thank you&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 12:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526017#M73529</guid>
      <dc:creator>AlexeyS</dc:creator>
      <dc:date>2019-01-10T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT EXCEL FILE USING PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526027#M73530</link>
      <description>&lt;P&gt;From the documentation I take it that those are not stand-alone statements, but options that have to be part of the proc import statement.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526027#M73530</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-10T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT EXCEL FILE USING PROC IMPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526031#M73531</link>
      <description>&lt;P&gt;Because you not reading from a text file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-EXCEL-FILE-USING-PROC-IMPORT/m-p/526031#M73531</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-10T13:12:21Z</dc:date>
    </item>
  </channel>
</rss>

