<?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 Show missing values in datastep in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412762#M100949</link>
    <description>&lt;P&gt;data test(keep=State Amount);&lt;/P&gt;
&lt;P&gt;set test2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Output example&lt;BR /&gt;State&amp;nbsp; Amount&lt;BR /&gt;&lt;BR /&gt;AR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;BR /&gt;CA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presently if a State has no entries, the code skips to the next variable&lt;BR /&gt;I want the results to handle missing values and place a zero in amount&lt;BR /&gt;AL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (so I want to show a 0 for AL even though there were no amounts for AL)&lt;BR /&gt;AR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;/P&gt;
&lt;P&gt;CA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 00:32:10 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2017-11-13T00:32:10Z</dc:date>
    <item>
      <title>Show missing values in datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412762#M100949</link>
      <description>&lt;P&gt;data test(keep=State Amount);&lt;/P&gt;
&lt;P&gt;set test2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Output example&lt;BR /&gt;State&amp;nbsp; Amount&lt;BR /&gt;&lt;BR /&gt;AR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;BR /&gt;CA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presently if a State has no entries, the code skips to the next variable&lt;BR /&gt;I want the results to handle missing values and place a zero in amount&lt;BR /&gt;AL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (so I want to show a 0 for AL even though there were no amounts for AL)&lt;BR /&gt;AR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;/P&gt;
&lt;P&gt;CA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 00:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412762#M100949</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2017-11-13T00:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show missing values in datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412767#M100952</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Presently if a State has no entries, the code skips to the next variable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Currently your code does nothing....I'm not sure what you need help with here.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 00:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412767#M100952</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-13T00:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show missing values in datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412771#M100954</link>
      <description>&lt;P&gt;It seems that your input does not have the AL state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a dataset with all states merge it with your test dataset before printing the output;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 00:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Show-missing-values-in-datastep/m-p/412771#M100954</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-11-13T00:39:23Z</dc:date>
    </item>
  </channel>
</rss>

