<?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: How to eliminate statistic in heading of OUT data set in PROC TABULATE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176651#M45278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. It helps if you post your code but something like the following. Note that it is =with single or double quotes that are empty which erases the label.&amp;nbsp; You can also add in a custom label if you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.cars;&lt;/P&gt;&lt;P&gt;class make model;&lt;/P&gt;&lt;P&gt;var mpg_city mpg_highway;&lt;/P&gt;&lt;P&gt;table make*model, mpg_city*mean='' mpg_highway*mean='';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 20:51:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-11-18T20:51:02Z</dc:date>
    <item>
      <title>How to eliminate statistic in heading of OUT data set in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176649#M45276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I create an output data set in PROC TABULATE, the column heading includes the statistic for each variable.&amp;nbsp; For instance, the summed FEED variable is labeled "FEED_Sum".&amp;nbsp; Can I suppress the "Sum"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 18:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176649#M45276</guid>
      <dc:creator>cjmcgath_verizon_net</dc:creator>
      <dc:date>2014-11-18T18:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate statistic in heading of OUT data set in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176650#M45277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could rename the variable(s) (data set option on the next step that uses the data OR proc datasets) but if you are asking for 2 or more statistics for the same variable then what? You can't rename Feed_Sum and Feed_N to the same thing.&lt;/P&gt;&lt;P&gt;It may be that you could do a similar summary with Proc means/summary as then a single statistic could retain the original variable name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 18:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176650#M45277</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-11-18T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate statistic in heading of OUT data set in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176651#M45278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. It helps if you post your code but something like the following. Note that it is =with single or double quotes that are empty which erases the label.&amp;nbsp; You can also add in a custom label if you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.cars;&lt;/P&gt;&lt;P&gt;class make model;&lt;/P&gt;&lt;P&gt;var mpg_city mpg_highway;&lt;/P&gt;&lt;P&gt;table make*model, mpg_city*mean='' mpg_highway*mean='';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-eliminate-statistic-in-heading-of-OUT-data-set-in-PROC/m-p/176651#M45278</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-18T20:51:02Z</dc:date>
    </item>
  </channel>
</rss>

