<?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 Reset options missing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285731#M58478</link>
    <description>&lt;P&gt;Hi, Can anyone please help me. I have set options missing = " " to display . numeric values as missing when exported to excel. Using a different SAS session, I am still getting the same result. How do I reset this option and go back to the default so that the display value for missing numeric values is . and not missing. Thank you so much!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 04:12:43 GMT</pubDate>
    <dc:creator>macatue</dc:creator>
    <dc:date>2016-07-20T04:12:43Z</dc:date>
    <item>
      <title>Reset options missing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285731#M58478</link>
      <description>&lt;P&gt;Hi, Can anyone please help me. I have set options missing = " " to display . numeric values as missing when exported to excel. Using a different SAS session, I am still getting the same result. How do I reset this option and go back to the default so that the display value for missing numeric values is . and not missing. Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 04:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285731#M58478</guid>
      <dc:creator>macatue</dc:creator>
      <dc:date>2016-07-20T04:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reset options missing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285735#M58481</link>
      <description>&lt;P&gt;Option missing=.;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 04:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285735#M58481</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-20T04:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reset options missing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285751#M58485</link>
      <description>&lt;P&gt;Thank you Reeza for answering. I tried it but . still shows up as (blank) instead of its original value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;a=.;&lt;BR /&gt;b=0;&lt;BR /&gt;c=1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;option missing=.;&lt;/P&gt;&lt;P&gt;proc export data = test&lt;BR /&gt;outfile = "Desktop\Display Missing.xlsx"&lt;BR /&gt;dbms = excel replace;&lt;BR /&gt;sheet = "test";&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285751#M58485</guid>
      <dc:creator>macatue</dc:creator>
      <dc:date>2016-07-20T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reset options missing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285752#M58486</link>
      <description>&lt;P&gt;What about&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;option missing='.';&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reset-options-missing/m-p/285752#M58486</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-20T06:06:14Z</dc:date>
    </item>
  </channel>
</rss>

