<?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 Freq Warning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98431#M290657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 23:55:18 GMT</pubDate>
    <dc:creator>Mur</dc:creator>
    <dc:date>2012-12-12T23:55:18Z</dc:date>
    <item>
      <title>Proc Freq Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98429#M290655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running into this warning message with proc freq.&amp;nbsp; I am not sure what's causing this warning message.&amp;nbsp; Below is the code and the warning message.&amp;nbsp; Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq noprint data=one;&lt;/P&gt;&lt;P&gt;where ST='';&lt;/P&gt;&lt;P&gt;by STDATE;&lt;/P&gt;&lt;P&gt;table hms5*STDATE/out=xxx5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Variable STDATE already exists on file WORK.XXX5.&lt;/P&gt;&lt;P&gt;NOTE: There were 4390 observations read from the data set WORK.ONE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE ST=' ';&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.XXX5 has 2773 observations and 4 variables.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 23:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98429#M290655</guid>
      <dc:creator>Mur</dc:creator>
      <dc:date>2012-12-12T23:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98430#M290656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Freq wants to put the BY variable and the table variables in the output data set. Since you have STDATE on both the by and table statements it thinks you want it in the data twice but it can only have one.&lt;/P&gt;&lt;P&gt;For the output requested you probably don't need the BY statement at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 23:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98430#M290656</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-12-12T23:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98431#M290657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 23:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Warning/m-p/98431#M290657</guid>
      <dc:creator>Mur</dc:creator>
      <dc:date>2012-12-12T23:55:18Z</dc:date>
    </item>
  </channel>
</rss>

