<?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: Error in PROC EXPORT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323556#M62105</link>
    <description>&lt;P&gt;Use csv as transfer format (and write with a manually created data step), so you can check the contents with a text editor.&lt;/P&gt;
&lt;P&gt;Note that you have to supply data in formats that Excel interprets correctly, so you will have to tweak your process until you get the wanted result.&lt;/P&gt;
&lt;P&gt;Welcome to the world of Excel idiosyncrasies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 09:57:16 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-01-10T09:57:16Z</dc:date>
    <item>
      <title>Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323553#M62104</link>
      <description>&lt;P&gt;Hi Is there a way to proc export to network area XLSX currently it fails so having to export as xlsb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can proc export xlsx to UNIX area then use a 'copy files to/from server ' task to put on network, however it seems to change the formatting within the excel like dates&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc export dbms=excelcs data=masteroutput outfile="\\thu.network2\ut\Master&amp;amp;file_date.&amp;amp;version..xlsb" replace;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; version="2007";&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;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; sheet="master";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; server='*******************';&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; port=3245;&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; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI: SERVER DETAILS HASHED OUT&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 09:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323553#M62104</guid>
      <dc:creator>RJ2016</dc:creator>
      <dc:date>2017-01-10T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323556#M62105</link>
      <description>&lt;P&gt;Use csv as transfer format (and write with a manually created data step), so you can check the contents with a text editor.&lt;/P&gt;
&lt;P&gt;Note that you have to supply data in formats that Excel interprets correctly, so you will have to tweak your process until you get the wanted result.&lt;/P&gt;
&lt;P&gt;Welcome to the world of Excel idiosyncrasies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 09:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323556#M62105</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-10T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323563#M62106</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, if your going from Unix system (where SAS is installed yes?) to a Windows network path then I would imagine you will need to ftp the file across. &amp;nbsp;Unix/Win based systems are different. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your other problem, Excel is a really bad choice for data. &amp;nbsp;It has built in "functionality" which alters your data for viewing purposes in its best guess. &amp;nbsp;It needs to recognise that something is a date to display it as a date for instance. &amp;nbsp;Proc export is really a very basic function for the export to Excel, again I wouldn't suggest using that for any purpose. &amp;nbsp;If you need a nice viewable report in Excel, then use ods tagsets.excelxp, or ods excel or something along those lines. &amp;nbsp;Then in your proc report you can apply Excel specific formatting amongst many other things. &amp;nbsp;That being said, I would only use Excel for reports - i.e. something not to be used for anything further - and even then only after trying one of the other options such as PDF. &amp;nbsp;For any kind of data transfer use an open plain text based format such as CSV or XML.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 10:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-in-PROC-EXPORT/m-p/323563#M62106</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-10T10:17:24Z</dc:date>
    </item>
  </channel>
</rss>

