<?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: datastep ouput  and  proc freq in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689514#M33244</link>
    <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=ledsoptsref&amp;amp;docsetTarget=p09ikb01zz9knnn16y401utyq4un.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;RENAME=&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 12:05:14 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-10-07T12:05:14Z</dc:date>
    <item>
      <title>datastep ouput  and  proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689466#M33239</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data dupcount;
set dup (keep= age);
by age;
if first.age then count=0;
count+1;
if last.age then output;
run;

proc freq;
tables age /nocum nocol norow nopercent  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here i am trying to get same output with proc freq as simple as datastep&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 07:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689466#M33239</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2020-10-07T07:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: datastep ouput  and  proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689485#M33240</link>
      <description>&lt;P&gt;Use these options in the TABLES statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;tables age / out=want (drop=percent) noprint;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;No output is created, but a dataset with the same variables and content as in the data step.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 09:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689485#M33240</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-07T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: datastep ouput  and  proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689513#M33243</link>
      <description>How to rename variable name Frequency Count as age_group_count in want dataset</description>
      <pubDate>Wed, 07 Oct 2020 12:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689513#M33243</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2020-10-07T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: datastep ouput  and  proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689514#M33244</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=ledsoptsref&amp;amp;docsetTarget=p09ikb01zz9knnn16y401utyq4un.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;RENAME=&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/datastep-ouput-and-proc-freq/m-p/689514#M33244</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-07T12:05:14Z</dc:date>
    </item>
  </channel>
</rss>

