<?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: Missing Dates appear as Dot. How can i replace them to blank in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4898#M1577</link>
    <description>Sunil,&lt;BR /&gt;
&lt;BR /&gt;
You can change the display of all missing values, whether character or numeric, to blank with the following OPTIONS statement:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
  OPTIONS MISSING=" ";&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
........Phil</description>
    <pubDate>Tue, 16 Oct 2007 09:00:43 GMT</pubDate>
    <dc:creator>prholland</dc:creator>
    <dc:date>2007-10-16T09:00:43Z</dc:date>
    <item>
      <title>Missing Dates appear as Dot. How can i replace them to blank</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4896#M1575</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
My report has a date column which shows Dots . when the date is missing. &lt;BR /&gt;
&lt;BR /&gt;
How can I make them as NULL or blank&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Sanjay</description>
      <pubDate>Tue, 02 Oct 2007 09:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4896#M1575</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-10-02T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Dates appear as Dot. How can i replace them to blank</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4897#M1576</link>
      <description>suppose your dates are formatted in DATE9. format.&lt;BR /&gt;
Then create your own date format with no dot (just blank) for missing.&lt;BR /&gt;
[pre]* run this code to create mdate9 format ;&lt;BR /&gt;
proc format ;&lt;BR /&gt;
 value mdate  .=' ' other = [date9.] ;&lt;BR /&gt;
run;[/pre]&lt;BR /&gt;
Then use format mdate. instead of  date9.&lt;BR /&gt;
&lt;BR /&gt;
If you were using a different format than date9., then put your other format inside the []&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
good luck&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 02 Oct 2007 14:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4897#M1576</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2007-10-02T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Dates appear as Dot. How can i replace them to blank</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4898#M1577</link>
      <description>Sunil,&lt;BR /&gt;
&lt;BR /&gt;
You can change the display of all missing values, whether character or numeric, to blank with the following OPTIONS statement:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
  OPTIONS MISSING=" ";&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
........Phil</description>
      <pubDate>Tue, 16 Oct 2007 09:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4898#M1577</guid>
      <dc:creator>prholland</dc:creator>
      <dc:date>2007-10-16T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Dates appear as Dot. How can i replace them to blank</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4899#M1578</link>
      <description>You can also use computed columns -recode a column in filter and query.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Loccita</description>
      <pubDate>Fri, 09 Nov 2007 14:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Missing-Dates-appear-as-Dot-How-can-i-replace-them-to-blank/m-p/4899#M1578</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-09T14:23:39Z</dc:date>
    </item>
  </channel>
</rss>

