<?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: row percent only all in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813823#M321238</link>
    <description>&lt;P&gt;I think that you may want&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=monitoraggio missing;
   class scadenza_mag scadenza_set ucc_m Tablet_m ;
   label UCC_m='UCC'
           Tablet_m='Punto di ritiro e consegna tablet'
    ;
    table (ucc_m Tablet_m all='Totale') *(N=''*f=commax6.0 ) All='Percent'*rowpctn=' '  , 
             scadenza_mag scadenza_set  ;
    format UCC_m scadenza. Tablet_m scadenza. scadenza_mag scadenza. scadenza_set scadenza.;
run;&lt;/PRE&gt;</description>
    <pubDate>Tue, 17 May 2022 14:26:10 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-05-17T14:26:10Z</dc:date>
    <item>
      <title>Proc tabulate: row percent only all</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813730#M321179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc tabulate data=monitoraggio missing;
class scadenza_mag scadenza_set ucc_m Tablet_m ;
label UCC_m='UCC'
Tablet_m='Punto di ritiro e consegna tablet';
table (ucc_m Tablet_m all='Totale') , (scadenza_mag scadenza_set )*(N=''*f=commax6.0 ) ;
format UCC_m scadenza. Tablet_m scadenza. scadenza_mag scadenza. scadenza_set scadenza.;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;generate this tabulate&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HAVE.JPG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71535i631AB190475EBE20/image-size/small?v=v2&amp;amp;px=200" role="button" title="HAVE.JPG" alt="HAVE.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want the row percent&amp;nbsp; only at the end of the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="want.JPG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71536i231D9DF1158BDC6A/image-size/small?v=v2&amp;amp;px=200" role="button" title="want.JPG" alt="want.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813730#M321179</guid>
      <dc:creator>Elena</dc:creator>
      <dc:date>2022-05-17T09:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate: row percent only all</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813737#M321182</link>
      <description>&lt;P&gt;Please provide sample data in the form of a fully working SAS data step suitable for the Proc Tabulate code you've posted so we can actually test the code changes we propose.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813737#M321182</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-05-17T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate: row percent only all</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813823#M321238</link>
      <description>&lt;P&gt;I think that you may want&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=monitoraggio missing;
   class scadenza_mag scadenza_set ucc_m Tablet_m ;
   label UCC_m='UCC'
           Tablet_m='Punto di ritiro e consegna tablet'
    ;
    table (ucc_m Tablet_m all='Totale') *(N=''*f=commax6.0 ) All='Percent'*rowpctn=' '  , 
             scadenza_mag scadenza_set  ;
    format UCC_m scadenza. Tablet_m scadenza. scadenza_mag scadenza. scadenza_set scadenza.;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 May 2022 14:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-row-percent-only-all/m-p/813823#M321238</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-17T14:26:10Z</dc:date>
    </item>
  </channel>
</rss>

