<?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 for _numeric_ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983604#M379527</link>
    <description>Thank you, Bart!</description>
    <pubDate>Tue, 17 Feb 2026 11:34:10 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2026-02-17T11:34:10Z</dc:date>
    <item>
      <title>Proc tabulate for _numeric_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983594#M379521</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to create the report with proc tabulate only with _numeric_ variables ? I would like have a list of variables at the right.&lt;/P&gt;
&lt;P&gt;I would like to use the proc tabulate because I would like to display the formatted statistics values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=bdd;
	var _numeric_;
	table var,_numeric_*(N mean std var cv median max min q1 q3);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Feb 2026 10:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983594#M379521</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-17T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate for _numeric_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983597#M379523</link>
      <description>&lt;P&gt;Use &lt;A title="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" href="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" target="_self"&gt;Maxim 4.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data=sashelp.class;
	var _numeric_;
	table _numeric_,(N mean std var cv median max min q1 q3);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_0-1771323671300.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113209iAD08F679C9FD63AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_0-1771323671300.png" alt="yabwon_0-1771323671300.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 10:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983597#M379523</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2026-02-17T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate for _numeric_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983604#M379527</link>
      <description>Thank you, Bart!</description>
      <pubDate>Tue, 17 Feb 2026 11:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983604#M379527</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-17T11:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate for _numeric_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983660#M379540</link>
      <description>&lt;P&gt;Beware of _numeric_ with data sets containing date, time or datetime values as many statistics won't be very useful for them.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 23:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-for-numeric/m-p/983660#M379540</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2026-02-17T23:44:36Z</dc:date>
    </item>
  </channel>
</rss>

