<?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 Proc Report Null Values as ' . ' in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-Null-Values-as/m-p/161245#M299738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is going to be a simple/dumb question... but when running proc report on a dataset where some observations have null values, the null values get displayed as '.' in the report output.&amp;nbsp; Is there a setting that will make null values simply show up as blank? ("")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 01:42:02 GMT</pubDate>
    <dc:creator>grodman</dc:creator>
    <dc:date>2014-02-04T01:42:02Z</dc:date>
    <item>
      <title>Proc Report Null Values as ' . '</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-Null-Values-as/m-p/161245#M299738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is going to be a simple/dumb question... but when running proc report on a dataset where some observations have null values, the null values get displayed as '.' in the report output.&amp;nbsp; Is there a setting that will make null values simply show up as blank? ("")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 01:42:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-Null-Values-as/m-p/161245#M299738</guid>
      <dc:creator>grodman</dc:creator>
      <dc:date>2014-02-04T01:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report Null Values as ' . '</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-Null-Values-as/m-p/161246#M299739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Not unique to PROC REPORT, but you can read up on the the MISSING system option.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options missing=' ';&amp;nbsp; /* displays . as space in reports */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods xxx file='c:\temp\myreport.xxx';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;...your code;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ods xxx close;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options missing = .;&amp;nbsp; /* returns option to default */&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 02:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-Null-Values-as/m-p/161246#M299739</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-02-04T02:36:51Z</dc:date>
    </item>
  </channel>
</rss>

