<?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 Importing/Exporting Excel Files with 64 bit SAS in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27151#M528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Cyndie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SolutionProvided in this article is Perfect with one adjustment for exports via PC Files:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/33/228.html"&gt;http://support.sas.com/kb/33/228.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC EXPORT DBMS=EXCELCS&lt;/P&gt;&lt;P&gt;DATA = MyLib.MyData&lt;/P&gt;&lt;P&gt;OUTFILE= "\&lt;EM&gt;directory&lt;/EM&gt;\&lt;EM&gt;filename&lt;/EM&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;.xls&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;REPLACE;&lt;/P&gt;&lt;P&gt;SHEET="Sheet-Name";&lt;/P&gt;&lt;P&gt;SERVER="&lt;EM&gt;server-name&lt;/EM&gt;.&lt;EM&gt;company&lt;/EM&gt;.com"&lt;/P&gt;&lt;P&gt;PORT=8621;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VERSION=2007;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Changes are in bold:&lt;/P&gt;&lt;P&gt;- Add version as 2007 for very large files&lt;/P&gt;&lt;P&gt;- leave out the file extention in the outfile name. this helps excel not to get confused with the extentions. if find it creates a .XLSB binary file but the data is perfectly fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try the version statement without PC Files server, not sure if this works though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please dont hesitate to ask if i have not been very clear about anything....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maheshvaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2012 15:45:22 GMT</pubDate>
    <dc:creator>Maheshvaran</dc:creator>
    <dc:date>2012-03-09T15:45:22Z</dc:date>
    <item>
      <title>Importing/Exporting Excel Files with 64 bit SAS</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27147#M524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;There is a limit of 255 variables when using proc export to export files between 64 bit SAS&amp;nbsp; and Excel (2007, 2010).&amp;nbsp; SAS reports that the conversion has worked but the files are not readable in Excel.&amp;nbsp; Has anyone else encountered this problem and if so what types of workarounds are you using?&amp;nbsp; We are about to deploy 64 bit windows systems and would like to provide our end users as many mitigations as possible.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 23:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27147#M524</guid>
      <dc:creator>Cyndie</dc:creator>
      <dc:date>2011-07-06T23:28:10Z</dc:date>
    </item>
    <item>
      <title>Importing/Exporting Excel Files with 64 bit SAS</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27148#M525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I know not very helpful for you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have come across other issues with Proc Export on Windows 7 and windows 2008 (64bit) envs logged issues but was told not fixing (by way of hotfix) and they are re-writing the EXPORT procedure for 9.3... The recomendation we were given were to use PC File Server to handle the exports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quote from TS "&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-NZ"&gt;Regardless the answer is still the same, you have to use the pc file server to do this well until 9.3. "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-NZ"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-NZ"&gt;Barry&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN-NZ"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 04:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27148#M525</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-07-07T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Importing/Exporting Excel Files with 64 bit SAS</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27149#M526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; One solution is to use Enterprise Guide. It will handle import and export to Excel. I have not test the number of variables. There is an add-in to EG from SAS for export to Excel 2007/10 files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:10:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27149#M526</guid>
      <dc:creator>AndersBergquist</dc:creator>
      <dc:date>2011-12-19T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Importing/Exporting Excel Files with 64 bit SAS</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27150#M527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I thought this issue was resolved with 2007 and 2010.&amp;nbsp; What does your DBMS= statement&amp;nbsp; say in your PROC EXPORT step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 20:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27150#M527</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2012-01-02T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Importing/Exporting Excel Files with 64 bit SAS</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27151#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Cyndie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SolutionProvided in this article is Perfect with one adjustment for exports via PC Files:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/33/228.html"&gt;http://support.sas.com/kb/33/228.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC EXPORT DBMS=EXCELCS&lt;/P&gt;&lt;P&gt;DATA = MyLib.MyData&lt;/P&gt;&lt;P&gt;OUTFILE= "\&lt;EM&gt;directory&lt;/EM&gt;\&lt;EM&gt;filename&lt;/EM&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;.xls&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;REPLACE;&lt;/P&gt;&lt;P&gt;SHEET="Sheet-Name";&lt;/P&gt;&lt;P&gt;SERVER="&lt;EM&gt;server-name&lt;/EM&gt;.&lt;EM&gt;company&lt;/EM&gt;.com"&lt;/P&gt;&lt;P&gt;PORT=8621;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VERSION=2007;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Changes are in bold:&lt;/P&gt;&lt;P&gt;- Add version as 2007 for very large files&lt;/P&gt;&lt;P&gt;- leave out the file extention in the outfile name. this helps excel not to get confused with the extentions. if find it creates a .XLSB binary file but the data is perfectly fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try the version statement without PC Files server, not sure if this works though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please dont hesitate to ask if i have not been very clear about anything....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maheshvaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 15:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Importing-Exporting-Excel-Files-with-64-bit-SAS/m-p/27151#M528</guid>
      <dc:creator>Maheshvaran</dc:creator>
      <dc:date>2012-03-09T15:45:22Z</dc:date>
    </item>
  </channel>
</rss>

