<?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 SAS MACRO FREQ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428876#M105900</link>
    <description>&lt;P&gt;I am in need of a SAS/MACRO that freqs every column within a sas dataset.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 16:54:50 GMT</pubDate>
    <dc:creator>mesfandiari</dc:creator>
    <dc:date>2018-01-18T16:54:50Z</dc:date>
    <item>
      <title>SAS MACRO FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428876#M105900</link>
      <description>&lt;P&gt;I am in need of a SAS/MACRO that freqs every column within a sas dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428876#M105900</guid>
      <dc:creator>mesfandiari</dc:creator>
      <dc:date>2018-01-18T16:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS MACRO FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428879#M105901</link>
      <description>&lt;P&gt;I don't think macros have anything to do with it.&amp;nbsp; You can simply use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;tables _all_;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:04:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428879#M105901</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-01-18T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS MACRO FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428882#M105902</link>
      <description>&lt;P&gt;Some other options that may be helpful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS EG try the Tasks&amp;gt;Describe&amp;gt;Characterize Data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS Studio try Tasks&amp;gt;Data&amp;gt;Data Exploration&amp;gt; select your categorical/continuous variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Both will also have the code in the log that you can explore if desired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/146379"&gt;@mesfandiari&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I am in need of a SAS/MACRO that freqs every column within a sas dataset.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428882#M105902</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-18T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS MACRO FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428916#M105913</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I don't think macros have anything to do with it.&amp;nbsp; You can simply use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;tables _all_;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And actually the tables statement is optional in this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 20:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-MACRO-FREQ/m-p/428916#M105913</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-18T20:39:49Z</dc:date>
    </item>
  </channel>
</rss>

