<?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 Proc report Missing age group in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Missing-age-group/m-p/840912#M332486</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Age Group&lt;BR /&gt;00-17 Under 18&lt;BR /&gt;18-19&lt;BR /&gt;20-21&lt;BR /&gt;22-24&lt;BR /&gt;25-29&lt;BR /&gt;40-49&lt;/P&gt;&lt;P&gt;I am seeing these age groups in my SAS report. I want to see the &amp;nbsp;missing age group 30-34 and 35-39 and 40-45 etc. in my proc report output&lt;/P&gt;&lt;P&gt;Any help on adding this in proc report is appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 14:28:48 GMT</pubDate>
    <dc:creator>Akhila1</dc:creator>
    <dc:date>2022-10-26T14:28:48Z</dc:date>
    <item>
      <title>Proc report Missing age group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Missing-age-group/m-p/840912#M332486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Age Group&lt;BR /&gt;00-17 Under 18&lt;BR /&gt;18-19&lt;BR /&gt;20-21&lt;BR /&gt;22-24&lt;BR /&gt;25-29&lt;BR /&gt;40-49&lt;/P&gt;&lt;P&gt;I am seeing these age groups in my SAS report. I want to see the &amp;nbsp;missing age group 30-34 and 35-39 and 40-45 etc. in my proc report output&lt;/P&gt;&lt;P&gt;Any help on adding this in proc report is appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-Missing-age-group/m-p/840912#M332486</guid>
      <dc:creator>Akhila1</dc:creator>
      <dc:date>2022-10-26T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report Missing age group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Missing-age-group/m-p/840920#M332489</link>
      <description>&lt;P&gt;If the age groups are created by a format, then in PROC REPORT you can use COMPLETEROWS and PRELOADFMT, and age groups with zero observations will show up in the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the age groups are a character variable, then the above won't work, you probably have to resort to a trick to get PROC REPORT to make use of these age groups — include all age groups in your data set with all missing values and use the MISSING option.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-Missing-age-group/m-p/840920#M332489</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-26T14:39:20Z</dc:date>
    </item>
  </channel>
</rss>

