<?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 convert numeric missing values to blank in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17450#M2536</link>
    <description>how to convert numeric missing(.) to blank?&lt;BR /&gt;
&lt;BR /&gt;
i tried the loop&lt;BR /&gt;
&lt;BR /&gt;
array num(*) _numeric_;&lt;BR /&gt;
  do i= 1 to dim(num);&lt;BR /&gt;
    if num(i)=. then num(i)=;&lt;BR /&gt;
 end;&lt;BR /&gt;
&lt;BR /&gt;
it did not work though!</description>
    <pubDate>Thu, 06 May 2010 21:02:39 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2010-05-06T21:02:39Z</dc:date>
    <item>
      <title>convert numeric missing values to blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17450#M2536</link>
      <description>how to convert numeric missing(.) to blank?&lt;BR /&gt;
&lt;BR /&gt;
i tried the loop&lt;BR /&gt;
&lt;BR /&gt;
array num(*) _numeric_;&lt;BR /&gt;
  do i= 1 to dim(num);&lt;BR /&gt;
    if num(i)=. then num(i)=;&lt;BR /&gt;
 end;&lt;BR /&gt;
&lt;BR /&gt;
it did not work though!</description>
      <pubDate>Thu, 06 May 2010 21:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17450#M2536</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-05-06T21:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: convert numeric missing values to blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17451#M2537</link>
      <description>Hi,&lt;BR /&gt;
A simple&lt;BR /&gt;
[pre]&lt;BR /&gt;
options missing = ' ';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
           &lt;BR /&gt;
Should do the trick for reporting purposes.&lt;BR /&gt;
&lt;BR /&gt;
Cynthia</description>
      <pubDate>Thu, 06 May 2010 21:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17451#M2537</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-05-06T21:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert numeric missing values to blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17452#M2538</link>
      <description>Useful DOC reference from links using Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
working with missing values site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 07 May 2010 00:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-numeric-missing-values-to-blank/m-p/17452#M2538</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-05-07T00:43:02Z</dc:date>
    </item>
  </channel>
</rss>

