<?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: Remove certain breakdowns from proc tabulate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147805#M262242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the out= options to store the output from your proc tabulate.&amp;nbsp; Drop rows you don't want, then proc report the remaining dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2014 13:00:29 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-06-19T13:00:29Z</dc:date>
    <item>
      <title>Remove certain breakdowns from proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147803#M262240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm creating a table with multiple columns, but some of the columns I do not want to keep under certain nested columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.bmp" class="jive-image-thumbnail jive-image" height="84" src="https://communities.sas.com/legacyfs/online/6663_table.bmp" width="1114" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the table I want to keep everything in green and remove everything in red (the amber showing the variables that are partially right/wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I get those removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code that produces the table above&lt;/P&gt;&lt;P&gt;proc tabulate data=mytable missing noseps;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class open_date2 area report_segment cleared cleared_within_sla;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table open_date2=''*area='', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; report_segment=''*(all cleared='')*((cleared_within_sla='' all)*(n='Vol'*f=8. reppctn='%'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; format open_date2 monyy.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; keylabel n=" ";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or advice much appreciated.&amp;nbsp; I'm using SAS 9.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147803#M262240</guid>
      <dc:creator>Jimaldo</dc:creator>
      <dc:date>2014-06-19T10:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove certain breakdowns from proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147804#M262241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is hard for proc tablulate, but you can try proc report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 12:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147804#M262241</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-06-19T12:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove certain breakdowns from proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147805#M262242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the out= options to store the output from your proc tabulate.&amp;nbsp; Drop rows you don't want, then proc report the remaining dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 13:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-certain-breakdowns-from-proc-tabulate/m-p/147805#M262242</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-19T13:00:29Z</dc:date>
    </item>
  </channel>
</rss>

