<?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 OPTIONS MISSING='' does not work in IMap in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44015#M5830</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am using OPTIONS MISSING='' for a dataset which has balance.&lt;BR /&gt;
&lt;BR /&gt;
When used in EG it works when the dataset is opened. the missing values are shown as blanks.&lt;BR /&gt;
&lt;BR /&gt;
However, when the same dataset is created through an SP which is used in an IMap, the missings are not shown as blanks.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Sanjay</description>
    <pubDate>Tue, 05 Apr 2011 09:54:17 GMT</pubDate>
    <dc:creator>SanjayM</dc:creator>
    <dc:date>2011-04-05T09:54:17Z</dc:date>
    <item>
      <title>OPTIONS MISSING='' does not work in IMap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44015#M5830</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am using OPTIONS MISSING='' for a dataset which has balance.&lt;BR /&gt;
&lt;BR /&gt;
When used in EG it works when the dataset is opened. the missing values are shown as blanks.&lt;BR /&gt;
&lt;BR /&gt;
However, when the same dataset is created through an SP which is used in an IMap, the missings are not shown as blanks.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Sanjay</description>
      <pubDate>Tue, 05 Apr 2011 09:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44015#M5830</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2011-04-05T09:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='' does not work in IMap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44016#M5831</link>
      <description>To make it more clear&lt;BR /&gt;
&lt;BR /&gt;
SP Code is &lt;BR /&gt;
OPTIONS missing='';&lt;BR /&gt;
data wrstemp.a_delete;&lt;BR /&gt;
	length a 8;&lt;BR /&gt;
&lt;BR /&gt;
	a=1234.543;output;&lt;BR /&gt;
	a=.;output;&lt;BR /&gt;
	a=10;output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This SP creates a dataset in wrstemp.&lt;BR /&gt;
&lt;BR /&gt;
An Information Map uses this dataset to display the data which is using the above SP in the IMap.&lt;BR /&gt;
&lt;BR /&gt;
This Imap is then selected in Web Report Studio as data and displayed.&lt;BR /&gt;
&lt;BR /&gt;
The above code is just an example to describe the issue.</description>
      <pubDate>Tue, 05 Apr 2011 10:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44016#M5831</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2011-04-05T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='' does not work in IMap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44017#M5832</link>
      <description>Hi:&lt;BR /&gt;
  This is not an ODS or Base Reporting procedure issue. The MISSING option in Base SAS works to alter the DISPLAYED value of a missing variable value -- such as when you use PROC PRINT, PROC REPORT, PROC MEANS, PROC FREQ, etc. The MISSING option does NOT change the internally stored value of the missing value -- it is the internally stored value that your information map is using.&lt;BR /&gt;
&lt;BR /&gt;
  Your best bet for help with an Information Map and Web Report Studio question is to work with Tech Support. I believe if you had OPTIONS MISSING=' '; (quote space quote) BEFORE a PROC PRINT, then your displayed results in a stored process would show a blank instead of missing. However, I do not believe your existing code will work as you expect.&lt;BR /&gt;
&lt;BR /&gt;
  Tech Support can gather version and configuration information from you and can test a similar stored process in the same enviroment.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 05 Apr 2011 15:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44017#M5832</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-04-05T15:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='' does not work in IMap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44018#M5833</link>
      <description>Do you try to use proc formate ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Thu, 07 Apr 2011 09:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44018#M5833</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-07T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='' does not work in IMap</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44019#M5834</link>
      <description>Do you try to use proc formate ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Thu, 07 Apr 2011 09:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/OPTIONS-MISSING-does-not-work-in-IMap/m-p/44019#M5834</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-07T09:36:31Z</dc:date>
    </item>
  </channel>
</rss>

