<?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 EXPORT DBMS=EXCEL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319869#M61919</link>
    <description>&lt;P&gt;Thank you all for your prompt reply, this is very helpful ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 11:13:36 GMT</pubDate>
    <dc:creator>FPAN</dc:creator>
    <dc:date>2016-12-19T11:13:36Z</dc:date>
    <item>
      <title>PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319854#M61912</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;J'utilse SAS 9.2 et je souhaiteri exporter une table SAS sous Excel (idéalement en .xlsx)&lt;/P&gt;&lt;P&gt;Le code est le suivant :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;export&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sashelp.class &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=excel&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outfile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:\temp\Class.xls"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Celà ne fonctionne pas dès que j'utilise l'option DBMS=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 proc export data=sashelp.class dbms=excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17 outfile="C:\temp\Class.xls";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#ff0000"&gt; ERROR: DBMS type EXCEL not valid for export.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: Le Système SAS a interrompu le traitement de cette étape en raison d'erreurs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Par contre l'export en CSV avec le code suivant fonctionne :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;export&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sashelp.class &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outfile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:\temp\Class.csv"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pourriez-vous m'aider svp ?&lt;/P&gt;&lt;P&gt;Cdt&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 09:37:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319854#M61912</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T09:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319855#M61913</link>
      <description>&lt;P&gt;Do you have SAS/ACCESS Interface to PC Files licensed?&lt;/P&gt;
&lt;P&gt;Run&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to see which SAS modules are licensed at your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Editor's note:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If you don't have SAS/ACCESS to PC Files, then DBMS=EXCEL or XLS or XSLX can't work. &amp;nbsp;However, you can create &lt;A href="http://blogs.sas.com/content/sasdummy/2014/08/29/experimenting-with-ods-excel-to-create-spreadsheets-from-sas/" target="_self"&gt;Excel output by using ODS EXCEL&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="c:\temp\class.xlsx"

proc print data=sashelp.class;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:20:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319855#M61913</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-26T17:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319858#M61914</link>
      <description>&lt;PRE&gt;
Try another engine.

dbms=xls 


&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319858#M61914</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-19T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319860#M61915</link>
      <description>&lt;P&gt;Use:&lt;/P&gt;
&lt;P&gt;ods tagsets.excelxp file=...;&lt;/P&gt;
&lt;P&gt;proc report data...;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This creates XML output which Excel can read directly. &amp;nbsp;But you do get a good spread of coloring, formatting etc. which with Export you don't get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on your requirements, if this is to send data to someone, then don't use Excel. &amp;nbsp;Use CSV (which isn't Excel!) or XML or other data transfer format. &amp;nbsp;If its for a report, then use proc report to generate a report output.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319860#M61915</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-12-19T10:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319865#M61916</link>
      <description>&lt;P&gt;Indeed I have MS Access installed on my PC, here the log for this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; setinit&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2 OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3 %LET _CLIENTTASKLABEL='Programme1';&lt;/P&gt;&lt;P&gt;4 %LET _CLIENTPROJECTPATH='';&lt;/P&gt;&lt;P&gt;5 %LET _CLIENTPROJECTNAME='';&lt;/P&gt;&lt;P&gt;6 %LET _SASPROGRAMFILE=;&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8 ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;9 OPTIONS DEV=ACTIVEX;&lt;/P&gt;&lt;P&gt;NOTE: Procedures may not support all options or statements for all devices. For details, see the&lt;/P&gt;&lt;P&gt;documentation for each procedure.&lt;/P&gt;&lt;P&gt;10 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;/P&gt;&lt;P&gt;11 FILENAME EGSR TEMP;&lt;/P&gt;&lt;P&gt;12 ODS tagsets.sasreport12(ID=EGSR) FILE=EGSR STYLE=Analysis&lt;/P&gt;&lt;P&gt;12 ! STYLESHEET=(URL="file:///C:/Program%20Files/SAS/EnterpriseGuide/4.3/Styles/Analysis.css")&lt;/P&gt;&lt;P&gt;12 ! NOGTITLE NOGFOOTNOTE GPATH=&amp;amp;sasworklocation ENCODING=UTF8 options(rolap="on");&lt;/P&gt;&lt;P&gt;SYMBOLGEN : Macro variable SASWORKLOCATION traitée dans&lt;/P&gt;&lt;P&gt;"C:\Users\7312912T\AppData\Local\Temp\SEG4796\SAS Temporary Files\_TD3724\Prc2/"&lt;/P&gt;&lt;P&gt;NOTE: Ecriture du corps du fichier TAGSETS.SASREPORT12(EGSR) : EGSR&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14 GOPTIONS ACCESSIBLE;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;15 proc setinit;&lt;/P&gt;&lt;P&gt;16 run;&lt;/P&gt;&lt;P&gt;NOTE: Procédure SETINIT a utilisé (Durée totale du traitement) :&lt;/P&gt;&lt;P&gt;temps réel 0.01 secondes&lt;/P&gt;&lt;P&gt;temps UC 0.00 secondes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319865#M61916</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T11:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319867#M61917</link>
      <description>I tried with DBMS=XLS but it's not working&lt;BR /&gt;15 proc export data=sashelp.class dbms=xls&lt;BR /&gt;16&lt;BR /&gt;17 outfile="C:\temp\Class.xls";&lt;BR /&gt;ERROR: DBMS type XLS not valid for export.&lt;BR /&gt;&lt;BR /&gt;A bit weird, the option DBMS= seems not to be tolerated&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319867#M61917</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319868#M61918</link>
      <description>Thank you for the tip, I will try and keep you posted shortly</description>
      <pubDate>Mon, 19 Dec 2016 11:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319868#M61918</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319869#M61919</link>
      <description>&lt;P&gt;Thank you all for your prompt reply, this is very helpful ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319869#M61919</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T11:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319870#M61920</link>
      <description>&lt;P&gt;It seems that this is just a partial output.&lt;/P&gt;
&lt;P&gt;A SAS product listing with end of licence date is expected to follow.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319870#M61920</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-12-19T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319871#M61921</link>
      <description>Here the end :&lt;BR /&gt;Données de validation du site originales&lt;BR /&gt;Expiration : 31MAR2017.&lt;BR /&gt;Délai de grâce : 62 jours (fin le 01JUN2017).&lt;BR /&gt;Délai d'avertissement : 33 jours (fin le 04JUL2017).&lt;BR /&gt;Anniversaire du système : 30MAR2016.&lt;BR /&gt;Système d'exploitation : W32_WKS .&lt;BR /&gt;Dates d'expiration du produit :&lt;BR /&gt;---Produit Base 31MAR2017&lt;BR /&gt;---SAS Workspace Server for Local Access 31MAR2017</description>
      <pubDate>Mon, 19 Dec 2016 11:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319871#M61921</guid>
      <dc:creator>FPAN</dc:creator>
      <dc:date>2016-12-19T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319886#M61922</link>
      <description>&lt;P&gt;If these are really all your products, then ACCESS to PC Files is not licensed (don't confuse this with SAS Workspace Server for Local Access)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/319886#M61922</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-19T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/320034#M61923</link>
      <description>"SAS Workspace Server for Local Access"&lt;BR /&gt;It sounds like that you have Enterprise Guide...?&lt;BR /&gt;If so, there's a built in functionality in EG ro export Excel.</description>
      <pubDate>Mon, 19 Dec 2016 21:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/320034#M61923</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-12-19T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/428929#M68529</link>
      <description>&lt;P&gt;The Access Database Engine-64Bit 2010-14.0.7015.1000&amp;nbsp; package might be missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 21:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/428929#M68529</guid>
      <dc:creator>newbornalive</dc:creator>
      <dc:date>2018-01-18T21:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429056#M68536</link>
      <description>&lt;P&gt;Two minor points.&amp;nbsp; First this post is 2 years old.&amp;nbsp; Second the title is dbms=excel, nothing to do with Access.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429056#M68536</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-19T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429060#M68537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try xlsx instead of xls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export outfile= "path/filename.xlsx"&lt;/P&gt;&lt;P&gt;data=dataset name&lt;/P&gt;&lt;P&gt;dbms=excel&lt;/P&gt;&lt;P&gt;replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429060#M68537</guid>
      <dc:creator>srinath3111</dc:creator>
      <dc:date>2018-01-19T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429065#M68538</link>
      <description>&lt;P&gt;Please stop posting on a 2 year old closed thread!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429065#M68538</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-19T09:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429214#M68555</link>
      <description>True but, it is what happened to my code and the IT team debugged it this way.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2018 17:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/429214#M68555</guid>
      <dc:creator>newbornalive</dc:creator>
      <dc:date>2018-01-19T17:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/430778#M68638</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following worked for SAS 9.4, 64 bit on windows 7.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&lt;STRONG&gt;proc export data = d1 dbms = xls&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&lt;STRONG&gt;&amp;nbsp; outfile = "c:\d1.xls";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so did&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;ods excel file="c:\d1.xlsx";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&amp;nbsp; proc print data=d1;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;run;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;ods excel close;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 05:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/430778#M68638</guid>
      <dc:creator>sjh485</dc:creator>
      <dc:date>2018-01-25T05:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/481949#M71638</link>
      <description>Hi - actually "Access" in this case has nothing to do with MS Access.</description>
      <pubDate>Fri, 27 Jul 2018 17:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/481949#M71638</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2018-07-27T17:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/498755#M72525</link>
      <description>&lt;P&gt;_&lt;/P&gt;&lt;P&gt;I get this error. Please help me to resolve it__&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ANCHOR, AUTHOR, BOX_SIZING, CATEGORY, CLOSE, COMMENTS, CSSSTYLE,&lt;BR /&gt;DOM, DPI, FILE, GFOOTNOTE, GTITLE, IMAGE_DPI, KEYWORDS, NOGFOOTNOTE, NOGTITLE, OPTIONS, SASDATE, STATUS, STYLE, TEXT,&lt;BR /&gt;TITLE, WORK.&lt;/P&gt;&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-DBMS-EXCEL/m-p/498755#M72525</guid>
      <dc:creator>USHAKS</dc:creator>
      <dc:date>2018-09-25T14:56:08Z</dc:date>
    </item>
  </channel>
</rss>

