<?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: Mainframe SAS - ODS to Excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Mainframe-SAS-ODS-to-Excel/m-p/1406#M639</link>
    <description>You might try the RS=NONE option in your invocation&lt;BR /&gt;
&lt;BR /&gt;
filename mvsfref 'www.xxx.yyy.zzz';&lt;BR /&gt;
ods tagsets.excelxp file=mvsfref rs=none;&lt;BR /&gt;
&lt;BR /&gt;
I don't know whether it will help with ExcelXP -- but it's specifically recommended for cross-platform creation of HTML files because RS=NONE specifies that every line gets written out one at a time to the file, with the appropriate carriage return/line feed character at the end of every line and thus, there is no awkward wrapping that might get truncated or messed up by FTP. Since XML is a markup language text file, like HTML, it's worth a try.&lt;BR /&gt;
&lt;BR /&gt;
The other thing is to see if it makes a difference to FTP as TEXT. Otherwise, you may need to contact Tech Support for more help.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 15 Sep 2006 16:41:14 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2006-09-15T16:41:14Z</dc:date>
    <item>
      <title>Mainframe SAS - ODS to Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Mainframe-SAS-ODS-to-Excel/m-p/1405#M638</link>
      <description>I need help with the Tagset.Excelxp ODS feature.  I am working with SAS on the Mainframe.  I need to access the output of the freq procedure in Excel.  I understand that this will create an XML file that Excel can read.  &lt;BR /&gt;
&lt;BR /&gt;
I successfully submitted the program.  After I FTP the file to the PC, Excel gives me an error saying that it is not able to read the file.  &lt;BR /&gt;
&lt;BR /&gt;
I assume this has something to do with the mainframe to PC transfer, but it might be something else also.  Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Code...&lt;BR /&gt;
&lt;BR /&gt;
ODS TAGSETS.EXCELXP FILE=OUTPUT STYLE=SASWEB;  &lt;BR /&gt;
PROC FREQ...&lt;BR /&gt;
ODS TAGSETS.EXCELXP CLOSE;

Edit...&lt;BR /&gt;
I am using SAS version 9.1 and Excel version 2003.&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: SASUser at Sep 15, 2006 12:04 PM&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 15:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Mainframe-SAS-ODS-to-Excel/m-p/1405#M638</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-09-15T15:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mainframe SAS - ODS to Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Mainframe-SAS-ODS-to-Excel/m-p/1406#M639</link>
      <description>You might try the RS=NONE option in your invocation&lt;BR /&gt;
&lt;BR /&gt;
filename mvsfref 'www.xxx.yyy.zzz';&lt;BR /&gt;
ods tagsets.excelxp file=mvsfref rs=none;&lt;BR /&gt;
&lt;BR /&gt;
I don't know whether it will help with ExcelXP -- but it's specifically recommended for cross-platform creation of HTML files because RS=NONE specifies that every line gets written out one at a time to the file, with the appropriate carriage return/line feed character at the end of every line and thus, there is no awkward wrapping that might get truncated or messed up by FTP. Since XML is a markup language text file, like HTML, it's worth a try.&lt;BR /&gt;
&lt;BR /&gt;
The other thing is to see if it makes a difference to FTP as TEXT. Otherwise, you may need to contact Tech Support for more help.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 15 Sep 2006 16:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Mainframe-SAS-ODS-to-Excel/m-p/1406#M639</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-09-15T16:41:14Z</dc:date>
    </item>
  </channel>
</rss>

