<?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 sas studio PROC export in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514299#M138679</link>
    <description>&lt;PRE&gt;when execute the code below the file fails to open as an excel file. &lt;/PRE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Make,Model,Type,Origin,DriveTrain,MSRP,Invoice,EngineSize,Cylinders,Horsepower,MPG_City,MPG_Highway,Weight,Wheelbase,Length&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Acura,MDX,SUV,Asia,All,"$36,945","$33,337",3.5,6,265,17,23,4451,106,189&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;proc export data=sashelp.cars&lt;BR /&gt;            outfile=_dataout&lt;BR /&gt;            dbms=csv replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;%let _DATAOUT_MIME_TYPE=text/csv;&lt;BR /&gt;%let _DATAOUT_NAME=cars.csv;&lt;/PRE&gt;</description>
    <pubDate>Sun, 18 Nov 2018 21:46:18 GMT</pubDate>
    <dc:creator>agabru0</dc:creator>
    <dc:date>2018-11-18T21:46:18Z</dc:date>
    <item>
      <title>sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514299#M138679</link>
      <description>&lt;PRE&gt;when execute the code below the file fails to open as an excel file. &lt;/PRE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Make,Model,Type,Origin,DriveTrain,MSRP,Invoice,EngineSize,Cylinders,Horsepower,MPG_City,MPG_Highway,Weight,Wheelbase,Length&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Acura,MDX,SUV,Asia,All,"$36,945","$33,337",3.5,6,265,17,23,4451,106,189&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;proc export data=sashelp.cars&lt;BR /&gt;            outfile=_dataout&lt;BR /&gt;            dbms=csv replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;%let _DATAOUT_MIME_TYPE=text/csv;&lt;BR /&gt;%let _DATAOUT_NAME=cars.csv;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Nov 2018 21:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514299#M138679</guid>
      <dc:creator>agabru0</dc:creator>
      <dc:date>2018-11-18T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514326#M138687</link>
      <description>Well, you're not generating an Excel file, you're generating a CSV, it can open in Excel or in a text editor or a browser these days as well. I'm guessing the browser is opening it directly?&lt;BR /&gt;&lt;BR /&gt;PS. Please don't post your text in a code block, it sort of defeats the purpose of a code block when you put text and it makes less legible since it forces you to scroll to the side to read it all.</description>
      <pubDate>Mon, 19 Nov 2018 03:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514326#M138687</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-19T03:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514363#M138711</link>
      <description>&lt;P&gt;how do I overcome the problem,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514363#M138711</guid>
      <dc:creator>agabru0</dc:creator>
      <dc:date>2018-11-19T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514367#M138712</link>
      <description>&lt;P&gt;In SAS Studio I need the output in excel, not&amp;nbsp;CSV.&amp;nbsp;I've tried changing CSV to&amp;nbsp;XLS in the code below but it didn't work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514367#M138712</guid>
      <dc:creator>agabru0</dc:creator>
      <dc:date>2018-11-19T08:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514472#M138741</link>
      <description>&lt;P&gt;Change DBMS to XLSX and try making sure you have a file extension. I wasn't sure if you were using some other sort of output process giving your filename.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/244123"&gt;@agabru0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In SAS Studio I need the output in excel, not&amp;nbsp;CSV.&amp;nbsp;I've tried changing CSV to&amp;nbsp;XLS in the code below but it didn't work&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/514472#M138741</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-19T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515310#M139007</link>
      <description>&lt;P&gt;I have MS&amp;nbsp;office (excel 7) installed so I cant use DBMS=XLSX.&amp;nbsp; Is there another workaround?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 09:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515310#M139007</guid>
      <dc:creator>agabru0</dc:creator>
      <dc:date>2018-11-22T09:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515322#M139012</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/244123"&gt;@agabru0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have MS&amp;nbsp;office (excel 7) installed so I cant use DBMS=XLSX.&amp;nbsp; Is there another workaround?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please post the log with the error message showing that dbms=xlsx is working.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 11:37:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515322#M139012</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-11-22T11:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515344#M139025</link>
      <description>&lt;P&gt;dbms=xlsx is not working because i have excel 7 and the file extension is xls. is ther a work around&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 13:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515344#M139025</guid>
      <dc:creator>agabru0</dc:creator>
      <dc:date>2018-11-22T13:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: sas studio PROC export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515346#M139027</link>
      <description>Upgrade your office</description>
      <pubDate>Thu, 22 Nov 2018 13:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-studio-PROC-export/m-p/515346#M139027</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2018-11-22T13:13:41Z</dc:date>
    </item>
  </channel>
</rss>

