<?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: about ods tagsets.excelxp  proc tubulate in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430972#M20255</link>
    <description>&lt;P&gt;Change the ODS NORESULTS; to ODS RESULTS;&lt;/P&gt;
&lt;P&gt;NORESULTS tells SAS not to create any ODS output.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 16:18:29 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-01-25T16:18:29Z</dc:date>
    <item>
      <title>about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430960#M20253</link>
      <description>&lt;P&gt;Hello SAS experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use proc tabulate to create some tables and would like to output to excel file. My codes work if I do not use ODS to output to excel, however it does not work when I want it output to excel. The log window did not show any thing wrong, but I can not open xml file.&amp;nbsp; I use SAS 9.3 version. Here is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS noresults;&lt;BR /&gt;ODS listing close; /*Turn off the standard line printer destination*/&lt;BR /&gt;ods tagsets.ExcelXP path="&amp;amp;dir."&lt;BR /&gt;file="&amp;amp;client._All.xml"&lt;BR /&gt;style=statistical /*Styles to control appearance of output*/;&lt;BR /&gt;ods tagsets.ExcelXP options ( sheet_name= "Jurisdiction" autofit_height= 'yes' );&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc tabulate data=alldata;&lt;BR /&gt;class state&amp;nbsp;subjects grade attempt_status;&lt;BR /&gt;table state, subjects=" "*(attempt_status=" " all="Total"), grade=" "*( N='Count'*f=comma8. rowpctn*f=mypct.) all;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;BR /&gt;ODS listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are&amp;nbsp;54 states and 5 subjects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430960#M20253</guid>
      <dc:creator>daisy6</dc:creator>
      <dc:date>2018-01-25T15:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430962#M20254</link>
      <description>&lt;P&gt;Does a different ODS destination work, say ODS PDF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, what does this mean?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;The log window did not show any thing wrong, but I can not open xml file&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you get an error of any kind?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430962#M20254</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-25T15:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430972#M20255</link>
      <description>&lt;P&gt;Change the ODS NORESULTS; to ODS RESULTS;&lt;/P&gt;
&lt;P&gt;NORESULTS tells SAS not to create any ODS output.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430972#M20255</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-25T16:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430973#M20256</link>
      <description>&lt;P&gt;Thanks for the reply Reeza,&lt;/P&gt;&lt;P&gt;The log window did not have any error sign and it seems it is ok for the code. However, it shows something wrong when I open the XML file. I attached the capture here. I need xml file to reload the output data to SAS, so the PDF output is not my choice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430973#M20256</guid>
      <dc:creator>daisy6</dc:creator>
      <dc:date>2018-01-25T16:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430975#M20257</link>
      <description>&lt;P&gt;The PDF is to test that you're getting any output and there isn't something else isn't wrong. I'm not suggesting you change your requirements, it's a debugging step.&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/148952"&gt;@daisy6&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the reply Reeza,&lt;/P&gt;
&lt;P&gt;The log window did not have any error sign and it seems it is ok for the code. However, it shows something wrong when I open the XML file. I attached the capture here. I need xml file to reload the output data to SAS, so the PDF output is not my choice.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/430975#M20257</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-25T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: about ods tagsets.excelxp  proc tubulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/431120#M20258</link>
      <description>&lt;P&gt;Hi SAS guys,&lt;/P&gt;&lt;P&gt;I upgrade my version to 9.4. I don't have that problem any more. Thanks for taking care of it.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 22:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/about-ods-tagsets-excelxp-proc-tubulate/m-p/431120#M20258</guid>
      <dc:creator>daisy6</dc:creator>
      <dc:date>2018-01-25T22:31:44Z</dc:date>
    </item>
  </channel>
</rss>

