<?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 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84490#M4100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;Hi REEZA,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;Its Numeric at first in the parent dataset .And when I wrote the following format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;VALUE DFORMAT&lt;/P&gt;&lt;P&gt;0-4="0-4"&lt;/P&gt;&lt;P&gt;5-high="&amp;gt;=5"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;The variable in the resulting dataset became Charecter (bcos i used the put function to apply the format..) with 3values&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0-4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;=5&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 17:11:56 GMT</pubDate>
    <dc:creator>robertrao</dc:creator>
    <dc:date>2012-10-03T17:11:56Z</dc:date>
    <item>
      <title>PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84483#M4093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I THOUGHT PROC FREQ DOES NOT DEFAULTLY INCLUDE MISSING VALUES.&lt;/P&gt;&lt;P&gt;TO MY SURPRISE WHEN I USED TO BELOW STEP I GET THE FOLLOWING OUTPUT....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=demographics order=formatted;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;A&lt;/STRONG&gt;/OUT=A_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;B&lt;/STRONG&gt;/OUT=B_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;C&lt;/STRONG&gt;/OUT=C_freqs;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tables D/ OUT=D_freqs;&amp;nbsp;&amp;nbsp; &amp;lt;------------------------SHOWN THE RESULT OF THIS BELOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;E&lt;/STRONG&gt;/OUT=E_freqs;&lt;/P&gt;&lt;P&gt;tables&lt;STRONG&gt; F&lt;/STRONG&gt;/OUT=F_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;G&lt;/STRONG&gt;/OUT=G_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;H&lt;/STRONG&gt;/OUT=H_freqs;&lt;/P&gt;&lt;P&gt;tables&lt;STRONG&gt; I&lt;/STRONG&gt;/OUT=I_freqs;&lt;/P&gt;&lt;P&gt;tables&lt;STRONG&gt; J&lt;/STRONG&gt;/OUT=J_freqs;&lt;/P&gt;&lt;P&gt;tables&lt;STRONG&gt; K&lt;/STRONG&gt;/OUT=K_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;L&lt;/STRONG&gt;/OUT=L_freqs;&lt;/P&gt;&lt;P&gt;tables &lt;STRONG&gt;M&lt;/STRONG&gt;/OUT=M_freqs;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&amp;nbsp;&amp;nbsp; Percent&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14%&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;----------------------------why am i getting this missing values included in percentages of&amp;nbsp; proc freq???????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;0-4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 69&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19%&lt;/P&gt;&lt;P&gt;&amp;gt;=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 242&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SO I DECIDED TO GO WITH THE WHERE STATEMENT IN PROC FREQ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DO I HAVE TO WRITE MULTIPLE WHERE STATEMENTS?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR JUST ONE WILL BE ENOUGH&amp;gt;&amp;gt;???????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIKE: where A ne ' ' and B ne " " and C ne . and D ne . so on and forth?????????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84483#M4093</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84484#M4094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;karun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC FREQ always INCLUDES ALL observations when computing COUNT.&amp;nbsp; It does not include missing values in the PERCENT calculations unless you specify the MISSING option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The complete WHERE statement, mentioning every variable, might be removing records that you want to count.&amp;nbsp; For example, there could be a record where A is missing, but B has a valid value.&amp;nbsp; The WHERE statement would remove that valid value.&amp;nbsp; That's not necessarily a bad solution, but you have to understand the result that you are looking at.&amp;nbsp; If that is the right approach, you might switch to PROC TABULATE instead of PROC FREQ.&amp;nbsp; PROC TABULATE automatically removes all observations where any of the CLASS variables are missing ... without needing a WHERE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps another approach makes sense.&amp;nbsp; If you would like to keep all valid values for B, even when A is missing, you could always change the output data sets.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables D / out=D_freqs (where=(D ne .));&lt;/P&gt;&lt;P&gt;Finally, note that you should not use multiple WHERE statements.&amp;nbsp; You are free to refer to many variables, and multiple conditions, within a single WHERE statement.&amp;nbsp; But if you use multiple WHERE statements, only the last one has any impact.&amp;nbsp; Each WHERE statement replaces the earlier one.&amp;nbsp; There is a condition you can specify to change that ... I forget which of these would be correct but you can check if needed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where A ne ' ';&lt;/P&gt;&lt;P&gt;where SAME and B ne ' ';&lt;/P&gt;&lt;P&gt;vs.&lt;/P&gt;&lt;P&gt;where _SAME_ and B ne ' ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84484#M4094</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-10-03T16:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84485#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astounding,&lt;/P&gt;&lt;P&gt;Thanks a lot for the detailed explanation.&lt;/P&gt;&lt;P&gt;So if i write the below statement + the missing option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables D / &lt;STRONG&gt;missing&lt;/STRONG&gt; out=D_freqs (where=(D ne .));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&amp;nbsp;&amp;nbsp; Percent&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14%&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;----------------------------I WILL NOT GET THIS???????and Percentage is divided bwtween non-missing values???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;0-4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 69&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19%&lt;/P&gt;&lt;P&gt;&amp;gt;=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 242&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AM I RIGHT?Please correct me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84485#M4095</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84486#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should try it and see what you get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is D character or numeric?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84486#M4096</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-03T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84487#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well its Charecter. I used :&lt;/P&gt;&lt;P&gt;tables D / &lt;STRONG&gt;missing&lt;/STRONG&gt; out=D_freqs (where=(D ne " "));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT I AM GETTING THE SAME OUTPUT AS WHEN I DINT USE THOSE &lt;STRONG&gt;"MISSING&lt;/STRONG&gt;" AS WELL AS &lt;STRONG&gt;"WHERE&lt;/STRONG&gt; "&amp;nbsp; OPTION iN THE OUTUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84487#M4097</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84488#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A period is a valid character and isn't considered missing so that makes perfect sense. &lt;/P&gt;&lt;P&gt;Change your format applied to make it a blank instead of a period and see if that works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84488#M4098</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-03T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84489#M4099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astounding,&lt;/P&gt;&lt;P&gt;Also according to&amp;nbsp; your statement :&lt;/P&gt;&lt;P&gt;"It does not include missing values in the PERCENT calculations unless you specify the MISSING option." &lt;/P&gt;&lt;P&gt;I SHOULD NOT GET 14 % for those missing values.But I am Getting without the MISSING OPTION!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&amp;nbsp;&amp;nbsp; Percent&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14%&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;----------------------------I WILL NOT GET THIS???????and Percentage is divided bwtween non-missing values???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;0-4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 69&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19%&lt;/P&gt;&lt;P&gt;&amp;gt;=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 242&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84489#M4099</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T17:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84490#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;Hi REEZA,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;Its Numeric at first in the parent dataset .And when I wrote the following format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;VALUE DFORMAT&lt;/P&gt;&lt;P&gt;0-4="0-4"&lt;/P&gt;&lt;P&gt;5-high="&amp;gt;=5"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;The variable in the resulting dataset became Charecter (bcos i used the put function to apply the format..) with 3values&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0-4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;=5&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84490#M4100</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T17:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84491#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES REEZA,&lt;/P&gt;&lt;P&gt;IT WORKS FINE NOW AFTER I CHANGED THE PERID TO A MISSING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO I CAN GENERALIZE NOW THAT" WHENEVER I HAVE A CHAR VARIABLE AND IT HAS PERIODS.THEY IT IS BETTER TO DO ANALYSIS AFTER CONVERTING THE PERIOD TO A " "????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS THAT RIGHT??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84491#M4101</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T17:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84492#M4102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;karun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like&amp;nbsp; you are on the right track.&amp;nbsp; The suggestion you received from Reeza is that you should not have to change the variable later.&amp;nbsp; Change the format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value dformat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 0-4="0-4"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5-high="&amp;gt;=5"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; other=" ";&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84492#M4102</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-10-03T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84493#M4103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a format doesn't find a valid value in the list it puts it in as the underlying variable. I like to use the other option with my formats to check for mistakes so I'll include other="CHECKME" to flag mistakes in my code.&lt;/P&gt;&lt;P&gt;You can account for that in your format as follows by setting other variables that are other than your ranges to blank. What would happen if your d variable was negative for example? Your format would assign that to missing or put it in as "-5", a character. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE DFORMAT&lt;/P&gt;&lt;P&gt;0-4="0-4"&lt;/P&gt;&lt;P&gt;5-high="&amp;gt;=5"&lt;/P&gt;&lt;P&gt;other=""&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A missing for number is . and a missing for character is a blank. Proc Freq treats missing the same, but the types have to align.&lt;/P&gt;&lt;P&gt;Please don't type in ALL CAPS. &lt;/P&gt;&lt;P&gt;&lt;A href="http://theoatmeal.com/pl/minor_differences/capslock" title="http://theoatmeal.com/pl/minor_differences/capslock"&gt;http://theoatmeal.com/pl/minor_differences/capslock&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84493#M4103</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-03T17:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84494#M4104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;Sorry about my Capslock being "on" &lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ/m-p/84494#M4104</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-03T17:31:36Z</dc:date>
    </item>
  </channel>
</rss>

