<?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: which answer is correct? why ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727456#M226256</link>
    <description>&lt;P&gt;Since YEARS_SERVICE = 1 ("the employee has been with the company &lt;STRONG&gt;one year&lt;/STRONG&gt;")&lt;/P&gt;
&lt;P&gt;then AMOUNT=0.&lt;/P&gt;
&lt;P&gt;Calculating AMOUNT_PER_YEAR involves division by AMOUNT.&lt;/P&gt;
&lt;P&gt;Division by zero yields missing value (answer D)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 16:05:37 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2021-03-18T16:05:37Z</dc:date>
    <item>
      <title>which answer is correct? why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727447#M226249</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1616081346110.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56111i0477E7514BC63BA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1616081346110.png" alt="tianerhu_0-1616081346110.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;please give me the explain， Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 15:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727447#M226249</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-18T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: which answer is correct? why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727456#M226256</link>
      <description>&lt;P&gt;Since YEARS_SERVICE = 1 ("the employee has been with the company &lt;STRONG&gt;one year&lt;/STRONG&gt;")&lt;/P&gt;
&lt;P&gt;then AMOUNT=0.&lt;/P&gt;
&lt;P&gt;Calculating AMOUNT_PER_YEAR involves division by AMOUNT.&lt;/P&gt;
&lt;P&gt;Division by zero yields missing value (answer D)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 16:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727456#M226256</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-03-18T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: which answer is correct? why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727463#M226262</link>
      <description>&lt;P&gt;Type code that does something similar using the values in the question.&lt;/P&gt;
&lt;P&gt;Look at the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;3    data example;
4       x=0;
5       y=5;
6       z= y/x;
7    run;

NOTE: Division by zero detected at line 6 column 8.
x=0 y=5 z=. _ERROR_=1 _N_=1
NOTE: Mathematical operations could not be performed at the following places. The results of the
      operations have been set to missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      1 at 6:8
NOTE: The data set WORK.EXAMPLE has 1 observations and 3 variables.
&lt;/PRE&gt;
&lt;P&gt;X here is substituted for "amount", Y is "years_service".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 16:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727463#M226262</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-18T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: which answer is correct? why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727494#M226285</link>
      <description>&lt;P&gt;Thank you .&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 17:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727494#M226285</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-18T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: which answer is correct? why ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727495#M226286</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 17:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/which-answer-is-correct-why/m-p/727495#M226286</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-18T17:50:24Z</dc:date>
    </item>
  </channel>
</rss>

