<?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: OPTIONS MISSING='0' in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70377#M15237</link>
    <description>Again - where is the SAS code/program that references the FORMAT you created?  You have not shared that information - and it would be best served by pasting the SAS log into your post-reply to show a DATA step with a PUT statement to demonstrate that the format is not being accessed.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Tue, 07 Sep 2010 17:43:51 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-09-07T17:43:51Z</dc:date>
    <item>
      <title>OPTIONS MISSING='0'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70374#M15234</link>
      <description>when printing a "missing" you can choose the character that is printed i.e. 0&lt;BR /&gt;
is the other way (without data step programming)  also possible: when een var=0 treat it as a missing??&lt;BR /&gt;
&lt;BR /&gt;
H.</description>
      <pubDate>Tue, 07 Sep 2010 10:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70374#M15234</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2010-09-07T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='0'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70375#M15235</link>
      <description>If I understand your question correctly, you could just apply a user defined format.  For example...&lt;BR /&gt;
&lt;BR /&gt;
data temp;&lt;BR /&gt;
	input var1;&lt;BR /&gt;
	datalines;&lt;BR /&gt;
	5&lt;BR /&gt;
	0&lt;BR /&gt;
	3&lt;BR /&gt;
	0&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc format;&lt;BR /&gt;
	value num 0 = '.';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=temp;&lt;BR /&gt;
	format var1 num.;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 07 Sep 2010 11:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70375#M15235</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2010-09-07T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='0'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70376#M15236</link>
      <description>hi poling,&lt;BR /&gt;
that's what i first did:&lt;BR /&gt;
proc format ;&lt;BR /&gt;
VALUE ZERO &lt;BR /&gt;
0 = ' ' &lt;BR /&gt;
other = [commax15.] &lt;BR /&gt;
; &lt;BR /&gt;
RUN; &lt;BR /&gt;
&lt;BR /&gt;
but then i have another problem  &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
look at: &lt;A href="http://support.sas.com/forums/message.jspa?messageID=42147" target="_blank"&gt;http://support.sas.com/forums/message.jspa?messageID=42147&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
H.</description>
      <pubDate>Tue, 07 Sep 2010 11:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70376#M15236</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2010-09-07T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONS MISSING='0'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70377#M15237</link>
      <description>Again - where is the SAS code/program that references the FORMAT you created?  You have not shared that information - and it would be best served by pasting the SAS log into your post-reply to show a DATA step with a PUT statement to demonstrate that the format is not being accessed.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 07 Sep 2010 17:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OPTIONS-MISSING-0/m-p/70377#M15237</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-09-07T17:43:51Z</dc:date>
    </item>
  </channel>
</rss>

