<?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: MIXED = YES doesn't work with Excel 2007 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141361#M37726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; It gives error!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT=Work.Temp&lt;/P&gt;&lt;P&gt;DATAFILE="&amp;lt;&amp;lt;Workbook Location&amp;gt;&amp;gt;"&lt;/P&gt;&lt;P&gt;DBMS=XLSX REPLACE;&lt;/P&gt;&lt;P&gt;MIXED=YES;&lt;/P&gt;&lt;P&gt;SHEET=SHEET1;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Log:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;MIXED=YES;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;_____&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 18:41:44 GMT</pubDate>
    <dc:creator>Dreamer</dc:creator>
    <dc:date>2014-10-28T18:41:44Z</dc:date>
    <item>
      <title>MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141359#M37724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like PROC IMPORT's option MIXED = YES doesn't work with Excel 2007. It works perfectly with Excel 2003.&lt;/P&gt;&lt;P&gt;Is there any work around?&lt;/P&gt;&lt;P&gt;I don't want to assign format in data step for 100 variables.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141359#M37724</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-10-24T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141360#M37725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define "doesn't work". Do you get error messages? Unexpected result?&lt;/P&gt;&lt;P&gt;If you show the complete syntax and post an example of the data it doesn't work for you may get a more helpful response, otherwise you'll be getting guesses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 17:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141360#M37725</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-24T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141361#M37726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; It gives error!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT=Work.Temp&lt;/P&gt;&lt;P&gt;DATAFILE="&amp;lt;&amp;lt;Workbook Location&amp;gt;&amp;gt;"&lt;/P&gt;&lt;P&gt;DBMS=XLSX REPLACE;&lt;/P&gt;&lt;P&gt;MIXED=YES;&lt;/P&gt;&lt;P&gt;SHEET=SHEET1;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Log:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;MIXED=YES;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;_____&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:41:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141361#M37726</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-10-28T18:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141362#M37727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine if I remove MIXED = YES option. But then SAS doesn't read the correct values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141362#M37727</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-10-28T18:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141363#M37728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the documentation DBMS=XLSX only accepts getnames, range and sheets. Have you tried either DBMS=Excel or DBMS=Excelcs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141363#M37728</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-28T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141364#M37729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="149594" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBMS=EXCEL option is for Excel 2003 and it works fine if I save my workbooks in that format.&lt;/P&gt;&lt;P&gt;But my excels are in 2007 format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried DBMS=Excelcs with no luck!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141364#M37729</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-10-28T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141365#M37730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 19:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141365#M37730</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-28T19:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141366#M37731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MIXED= only works with DBMS=EXCEL setting from the documentation in SAS 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try adjusting the TypeGuessRow registry key setting for the version of Office you have (online SAS help has key depending on versions installed). The default setting by OFFICE, not SAS, is apparently 8 rows to guess whether a column is text or numeric on export.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 19:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141366#M37731</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-28T19:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: MIXED = YES doesn't work with Excel 2007</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141367#M37732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As further clarification MIXED = works with DBMS = XLS and XLSX in SAS 9.3 regardless of what the documentation says. In SAS 9.4 only MIXED = with DBMS = EXCEL now works, you will get an error if you use the other types. So only 9.4 is consistent with the documention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We struck this problem while testing our SAS 9.3 to 9.4 migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBMS = EXCEL should work for most Excel versions. I've tested it successfully with 2010.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 20:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/MIXED-YES-doesn-t-work-with-Excel-2007/m-p/141367#M37732</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-28T20:18:18Z</dc:date>
    </item>
  </channel>
</rss>

