<?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: Export to worbook using SAS 9.2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182527#M46477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;When you have a "bitness" mismatch, such as SAS 64 bit and Office 32 bit, you sometimes need a "helper" application called the PC File Server to aid in doing imports and exports. When you use the PC File Server, the DBMS= option needs to be DBMS=EXCELCS. Under some circumstances, DBMS=XLS might work, but I don't remember whether the REPLACE and SHEET= work with these 2 different options. To figure out exactly what you need to do given your software installation, Office configuration and bitness mismatch, I recommend working with Tech Support. Especially since you also have a Workspace Server involved in your configuration, you might have the BI Platform or Office Analytics and that could complicate the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 16:52:06 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-10-15T16:52:06Z</dc:date>
    <item>
      <title>Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182519#M46469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have code to do this but it only works for other versions of sas. Is there a way this can be done using 9.2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182519#M46469</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2014-10-13T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182520#M46470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume you mean Excel workbook.&amp;nbsp; What code are you using? What operating system are you on? Do you license SAS/Export for PC File Formats? Is your Excel 32 bit, but your SAS is 64 bit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182520#M46470</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-13T15:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182521#M46471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share the sample code which you are using to generate the workbook.As Arthur query,workbook means excel right!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 17:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182521#M46471</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-10-13T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182522#M46472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Excel workbook, am using windows operating system. Excel is 32 bit and SAS is 64 i think since under software info it says 64X. Don't think I have SAS/Export license. Code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc export data = file1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile = "location.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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS = xls replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182522#M46472</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2014-10-15T10:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182523#M46473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you say it ran on previous versions of SAS there is a chance that you license but no one installed SAS/Access for PC file formats. A quick way to see if that is the problem would be to see if you do license it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc setinit noalias;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182523#M46473</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-15T13:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182524#M46474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran that and it appears we don't hae the license. We just have Base Product and 'SAS Workspace Server for Local Access'. Without the license I presume it is not possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182524#M46474</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2014-10-15T13:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182525#M46475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use DBMS=excel replace; in your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 15:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182525#M46475</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-10-15T15:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182526#M46476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't work unfortunately - i get an error message that reads "DBMS type EXCEL is not valid for export"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182526#M46476</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2014-10-15T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export to worbook using SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182527#M46477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;When you have a "bitness" mismatch, such as SAS 64 bit and Office 32 bit, you sometimes need a "helper" application called the PC File Server to aid in doing imports and exports. When you use the PC File Server, the DBMS= option needs to be DBMS=EXCELCS. Under some circumstances, DBMS=XLS might work, but I don't remember whether the REPLACE and SHEET= work with these 2 different options. To figure out exactly what you need to do given your software installation, Office configuration and bitness mismatch, I recommend working with Tech Support. Especially since you also have a Workspace Server involved in your configuration, you might have the BI Platform or Office Analytics and that could complicate the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-worbook-using-SAS-9-2/m-p/182527#M46477</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-10-15T16:52:06Z</dc:date>
    </item>
  </channel>
</rss>

