<?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: PROC IMPORT XLSX vs EXCEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676614#M204036</link>
    <description>&lt;P&gt;Compare the options available for EXCEL and XLSX in this documentation&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n0msy4hy1so0ren1acm90iijxn8j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 23:20:27 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-08-13T23:20:27Z</dc:date>
    <item>
      <title>PROC IMPORT XLSX vs EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676410#M203948</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate if you can advide why I get the following error message when I replace EXCEL with XLSX in the code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1 PROC IMPORT OUT=CW_LHIN_Q4FY1819&lt;BR /&gt;2 DATAFILE= "Y:\KNOWLEDGE&lt;BR /&gt;2 ! MANAGEMENT\STAFF\Ranjeeta\AdHoc\COVID\Stroke\Stroke Dashboard\IDS Regional Stroke&lt;BR /&gt;2 ! Dashboard Row Level Extract FY1819 Q4 CWLHIN.xlsx"&lt;BR /&gt;3 DBMS=XLSX REPLACE;&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;4 RANGE="DAD$";&lt;BR /&gt;5 SCANTEXT=YES;&lt;BR /&gt;--------&lt;BR /&gt;180&lt;BR /&gt;6 USEDATE=YES;&lt;BR /&gt;-------&lt;BR /&gt;180&lt;BR /&gt;7 SCANTIME=YES;&lt;BR /&gt;--------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;8 RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT OUT=CW_LHIN_Q4FY1819
            DATAFILE= "Y:\KNOWLEDGE MANAGEMENT\STAFF\Ranjeeta\AdHoc\COVID\Stroke\Stroke Dashboard\IDS Regional Stroke Dashboard Row Level Extract FY1819 Q4 CWLHIN.xlsx" 
            DBMS=EXCEL REPLACE;
     RANGE="DAD$"; 
     SCANTEXT=YES;
     USEDATE=YES;
     SCANTIME=YES;
RUN;/*251*/&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Aug 2020 06:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676410#M203948</guid>
      <dc:creator>Ranjeeta</dc:creator>
      <dc:date>2020-08-13T06:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT XLSX vs EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676414#M203949</link>
      <description>&lt;P&gt;Afaik because the opitons scantext, usedate and scantime are not defined when using dbms=xlsx&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 07:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676414#M203949</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-08-13T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT XLSX vs EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676614#M204036</link>
      <description>&lt;P&gt;Compare the options available for EXCEL and XLSX in this documentation&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n0msy4hy1so0ren1acm90iijxn8j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 23:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-XLSX-vs-EXCEL/m-p/676614#M204036</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-08-13T23:20:27Z</dc:date>
    </item>
  </channel>
</rss>

