<?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 tabulate printmiss in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-printmiss/m-p/745798#M233857</link>
    <description>PRINTMISS is an option of TABLE.&lt;BR /&gt;&lt;BR /&gt;proc tabulate......&lt;BR /&gt;...........&lt;BR /&gt;table ............/ printmiss;&lt;BR /&gt;run;</description>
    <pubDate>Fri, 04 Jun 2021 13:27:16 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-06-04T13:27:16Z</dc:date>
    <item>
      <title>Proc tabulate printmiss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-printmiss/m-p/745758#M233839</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use PRINTMISS when I do proc tabulate. But I dont get it to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How should I write it out?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options byline;&lt;BR /&gt;ods excel file="c" style=sasweb&lt;BR /&gt;options(sheet_interval="none" sheet_name="Country_states" suppress_bylines="off");&lt;BR /&gt;PROC TABULATE &lt;BR /&gt;DATA=state_list;&lt;BR /&gt;&lt;BR /&gt;VAR year2019 year15_18 difference;&lt;BR /&gt;CLASS State / ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS gender / ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS age / ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS weeks/ ORDER=UNFORMATTED MISSING;&lt;BR /&gt;by state;&lt;/P&gt;
&lt;P&gt;TABLE /* Row Dimension */&lt;BR /&gt;/*state={LABEL=''},*/&lt;BR /&gt;weeks=''* (year2019*F=6. *sum='' &lt;BR /&gt;year15_18*F=6.* sum='' &lt;BR /&gt;difference*F=6. *sum=''&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;)&lt;BR /&gt;,&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;gender={LABEL=''}*age={LABEL=''}&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-printmiss/m-p/745758#M233839</guid>
      <dc:creator>Chris_LK_87</dc:creator>
      <dc:date>2021-06-04T12:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate printmiss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-printmiss/m-p/745798#M233857</link>
      <description>PRINTMISS is an option of TABLE.&lt;BR /&gt;&lt;BR /&gt;proc tabulate......&lt;BR /&gt;...........&lt;BR /&gt;table ............/ printmiss;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 04 Jun 2021 13:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-printmiss/m-p/745798#M233857</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-06-04T13:27:16Z</dc:date>
    </item>
  </channel>
</rss>

