<?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: Proc tabulate issue in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210919#M52141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No probs.&lt;/P&gt;&lt;P&gt;proc tabulate data=xyz out=results;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,,,&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data results;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set results;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if decision_column="Something" then result_column="";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods pdf file=...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc report data=results...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods pdf close; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 12:12:34 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-05-07T12:12:34Z</dc:date>
    <item>
      <title>Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210916#M52138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia/All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how can I keep the value of total column for a particular indicator as a blank cell in proc tabulate. As given below i have enclosed a the requirement sheet where we have to put blank cell in a total column for a particular indicators only and rest should come&amp;nbsp; with the sum of all months.&amp;nbsp; I have attached a small Data set and sas code. Anyone can reply me with correct solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="print screen.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10298_print screen.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 10:27:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210916#M52138</guid>
      <dc:creator>ameey</dc:creator>
      <dc:date>2015-05-07T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210917#M52139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia probably has a great way via just tabulate (I personally rarely use it), however from most of these procedures you can store the dataset they create with an out=.&amp;nbsp; Then you can post-process that dataset in any way you like, finally reporting the output.&amp;nbsp; So you can do your tabulate, and output to a dataset.&amp;nbsp; Then a datastep to blank certain row values using base SAS.&amp;nbsp; Then proc report the dataset out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 10:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210917#M52139</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-07T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210918#M52140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RW9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use only proc tabulate and SAS ODS only. Sorry to say I did not get your answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210918#M52140</guid>
      <dc:creator>ameey</dc:creator>
      <dc:date>2015-05-07T11:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210919#M52141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No probs.&lt;/P&gt;&lt;P&gt;proc tabulate data=xyz out=results;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,,,&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data results;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set results;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if decision_column="Something" then result_column="";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods pdf file=...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc report data=results...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods pdf close; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 12:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210919#M52141</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-07T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210920#M52142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are calling Cynthia out , you 'd better post it at ODS and REPORT forum , so She could see it .&lt;/P&gt;&lt;P&gt;One way I can think is using proc format , it is under condition TOTAL has different value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 07 May 2015 12:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210920#M52142</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-05-07T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210921#M52143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the OP posted this same question in several places, it would be a good idea to check ALL the places and find the one where I *did* respond before calling me out about NOT responding. With duplicate posts, I generally don't search out ALL the possible variations of the question that somebody posted just so I can post the same number of the same response..&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 22:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-issue/m-p/210921#M52143</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-05-07T22:53:25Z</dc:date>
    </item>
  </channel>
</rss>

