<?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: to know how many 'Not a valid month' ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/to-know-how-many-Not-a-valid-month/m-p/811148#M319943</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = certadv.monsal;
  tables month; 
  format month monthfmt.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 02 May 2022 23:34:33 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2022-05-02T23:34:33Z</dc:date>
    <item>
      <title>to know how many 'Not a valid month' ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/to-know-how-many-Not-a-valid-month/m-p/811142#M319941</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
picture Monthfmt
        1-12 = '99'
		other = 'Not a valid month';
run;
proc print  data = certadv.monsal;
format month monthfmt.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;how to know how many 'Not a valid month' are there in the output?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 22:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/to-know-how-many-Not-a-valid-month/m-p/811142#M319941</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2022-05-02T22:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: to know how many 'Not a valid month' ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/to-know-how-many-Not-a-valid-month/m-p/811148#M319943</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = certadv.monsal;
  tables month; 
  format month monthfmt.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 May 2022 23:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/to-know-how-many-Not-a-valid-month/m-p/811148#M319943</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-05-02T23:34:33Z</dc:date>
    </item>
  </channel>
</rss>

