<?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 Numeric Missing in Results present in Log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465748#M285257</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a number of numeric variables (which calculate based on previous variables) and all but one is displaying. I used a putlog statement to see what was happening on the back end and the variable and corresponding observations are being displayed appropriately in the log, BUT&amp;nbsp;are displaying in the results as a missing number. Any suggestions on how to trouble shoot this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help and your time -&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2018 16:21:20 GMT</pubDate>
    <dc:creator>kmj636</dc:creator>
    <dc:date>2018-05-29T16:21:20Z</dc:date>
    <item>
      <title>Numeric Missing in Results present in Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465748#M285257</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a number of numeric variables (which calculate based on previous variables) and all but one is displaying. I used a putlog statement to see what was happening on the back end and the variable and corresponding observations are being displayed appropriately in the log, BUT&amp;nbsp;are displaying in the results as a missing number. Any suggestions on how to trouble shoot this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help and your time -&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465748#M285257</guid>
      <dc:creator>kmj636</dc:creator>
      <dc:date>2018-05-29T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Missing in Results present in Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465752#M285258</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Any suggestions on how to trouble shoot this?" - Start by following how to post a question.&amp;nbsp; Provide test data in the form of a datastep.&amp;nbsp; Then provide the code you are running, and the log.&amp;nbsp; Also explain why the output does not match your expectations.&amp;nbsp; Could be any number of things.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465752#M285258</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-29T16:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Missing in Results present in Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465755#M285259</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I used a putlog statement to see what was happening on the back end and the variable and corresponding observations are being displayed appropriately in the log, BUT&amp;nbsp;are displaying in the results as a missing number.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Somewhere between your PUTLOG and the results something changes? Check the code for the missing variable.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Without code or anything&amp;nbsp;else, this is going to be a game of 20 questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465755#M285259</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-29T16:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Missing in Results present in Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465759#M285260</link>
      <description>&lt;P&gt;Ok sorry about that. I should know better by now about posting questions without code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually just closed the data set right before the final variable and created a new one which just creates the final var and that seemed to solve the problem. So maybe I was placing my statements in an order that was not making SAS happy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure but as always, I do appreciate the time and help. Next time, I promise to post my code with my questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again -&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465759#M285260</guid>
      <dc:creator>kmj636</dc:creator>
      <dc:date>2018-05-29T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Missing in Results present in Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465760#M285261</link>
      <description>&lt;P&gt;Again without code this is a guess, but you can't replace a data set while it's open. Make sure to check your log in the future, the errors are usually noted there.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 17:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Missing-in-Results-present-in-Log/m-p/465760#M285261</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-29T17:03:09Z</dc:date>
    </item>
  </channel>
</rss>

