<?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: Display the missing CLASS in Proc Tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587435#M75872</link>
    <description>&lt;P&gt;ok, can you post an excerpt of the data you have?&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 06:43:41 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-09-10T06:43:41Z</dc:date>
    <item>
      <title>Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587418#M75869</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table to evaluate the Sum/Count using Proc Tabulate procedure.&lt;/P&gt;&lt;P&gt;If the class value has (0/Null/Missing) value it omits that entire class row in the table. but I need to specify the null value too.&lt;/P&gt;&lt;P&gt;I'll share the code and Image for a better understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data = Sv.SRK;
title '17) Monthly Income of Respondent';
class Monthly_Inc15 Qut2_Sex;
tables Monthly_Inc15 all, (Qut2_Sex *(n*f=8. colpctn='%')) all='Total'*(n*f=8. reppctn='%')/rts=10;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tsab.jpg" style="width: 382px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32333i6BD945E02CEB1B3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="tsab.jpg" alt="tsab.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the given table&lt;/P&gt;&lt;P&gt;80,001 - 1,00,000&lt;/P&gt;&lt;P&gt;1,00,001 - 1,25,000&lt;/P&gt;&lt;P&gt;1,25,001 - 1,50,000&lt;/P&gt;&lt;P&gt;1,50,001 - 1,75,000&lt;/P&gt;&lt;P&gt;till 2,75,000 class value is missed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display the gender values like 0 for the missed Monthly_Inc value.&lt;/P&gt;&lt;P&gt;Kindly suggest some ideas to solve the task.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 04:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587418#M75869</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2019-09-10T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587421#M75870</link>
      <description>&lt;P&gt;Have you tried using the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=n1hpbwr9acrbmen1e2d6hxjkotm1.htm&amp;amp;locale=de#n0k25as39ky069n1npp4qi7uvk9u" target="_self"&gt;missing&lt;/A&gt; option?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 05:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587421#M75870</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-09-10T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587434#M75871</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp; Tried, But that doesn't work&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587434#M75871</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2019-09-10T06:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587435#M75872</link>
      <description>&lt;P&gt;ok, can you post an excerpt of the data you have?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587435#M75872</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-09-10T06:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587473#M75873</link>
      <description>&lt;P&gt;proc tabulate data = Sv.SRK;&lt;BR /&gt;title '17) Monthly Income of Respondent';&lt;BR /&gt;class Monthly_Inc15 Qut2_Sex / &lt;STRONG&gt;missing&lt;/STRONG&gt; ;&lt;BR /&gt;tables Monthly_Inc15 all, (Qut2_Sex *(n*f=8. colpctn='%')) &lt;BR /&gt;all='Total'*(n*f=8. reppctn='%')/rts=10 &lt;STRONG&gt;printmiss&lt;/STRONG&gt; ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 11:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587473#M75873</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-09-10T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587474#M75874</link>
      <description>&lt;P&gt;&lt;SPAN&gt;class Monthly_Inc15 /&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;missing&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;class Qut2_Sex /&amp;nbsp;&lt;STRONG&gt;missing&lt;/STRONG&gt;&amp;nbsp;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 11:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587474#M75874</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-09-10T11:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display the missing CLASS in Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587537#M75877</link>
      <description>&lt;P&gt;You may be looking for PRELOADFMT along with the class option missing and the table option Printmiss.&lt;/P&gt;
&lt;P&gt;If your class variable doesn't have a format currently applied you may need to create one for use in the table.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 14:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-the-missing-CLASS-in-Proc-Tabulate/m-p/587537#M75877</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-10T14:38:09Z</dc:date>
    </item>
  </channel>
</rss>

