<?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 -1  dimensional summary table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-1-dimensional-summary-table/m-p/522441#M141839</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=sashelp.CARS;
	var MSRP;
	class TYPE ;
	table MSRP*Type*sum   MSRP*ALL*SUM; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Dec 2018 06:34:51 GMT</pubDate>
    <dc:creator>learsaas</dc:creator>
    <dc:date>2018-12-19T06:34:51Z</dc:date>
    <item>
      <title>proc tabulate -1  dimensional summary table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-1-dimensional-summary-table/m-p/522440#M141838</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to create 1 dimensional summary table.&lt;/P&gt;
&lt;P&gt;I want to have Total Sum column.&lt;/P&gt;
&lt;P&gt;Why is it not working?&lt;/P&gt;
&lt;P&gt;ERROR: Statistic other than N was requested without analysis variable in the following nesting : All * Sum.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=sashelp.CARS;
var MSRP;
class TYPE ;
table MSRP*Type*sum   All*SUM; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Dec 2018 06:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-1-dimensional-summary-table/m-p/522440#M141838</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-12-19T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate -1  dimensional summary table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-1-dimensional-summary-table/m-p/522441#M141839</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=sashelp.CARS;
	var MSRP;
	class TYPE ;
	table MSRP*Type*sum   MSRP*ALL*SUM; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Dec 2018 06:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-1-dimensional-summary-table/m-p/522441#M141839</guid>
      <dc:creator>learsaas</dc:creator>
      <dc:date>2018-12-19T06:34:51Z</dc:date>
    </item>
  </channel>
</rss>

