<?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: Is there a way to suppress missing value indicators in PROC REPORT output? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167933#M263956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jul 2014 22:01:59 GMT</pubDate>
    <dc:creator>kodmfl</dc:creator>
    <dc:date>2014-07-06T22:01:59Z</dc:date>
    <item>
      <title>Is there a way to suppress missing value indicators in PROC REPORT output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167931#M263954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of a way to suppress the missing value indicators for numeric variables in PROC REPORT output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 21:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167931#M263954</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-06T21:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to suppress missing value indicators in PROC REPORT output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167932#M263955</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; Do you mean the . dot or period for missing values. Try one of the the following option statements before your PROC REPORT step:&lt;/P&gt;&lt;P&gt;options missing=' '; (quote-blank-quote will represent missing as blank in the output results)&lt;/P&gt;&lt;P&gt;options missing=0; (will represent the missing as a 0 in the output results)&lt;/P&gt;&lt;P&gt;options missing='-'; (will represent the missing as a hyphen in the output results)&lt;/P&gt;&lt;P&gt;options missing='!'; (will represent the missing as an exclamation point in the output results)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You get the idea. You can specify a single character which will replace the normal missing or dot in output results. After your PROC REPORT step, you will want to return your missing value to . again with this statement:&lt;/P&gt;&lt;P&gt;options missing=.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 21:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167932#M263955</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-07-06T21:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to suppress missing value indicators in PROC REPORT output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167933#M263956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 22:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-suppress-missing-value-indicators-in-PROC/m-p/167933#M263956</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-06T22:01:59Z</dc:date>
    </item>
  </channel>
</rss>

