<?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: IFN in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413158#M4002</link>
    <description>&lt;P&gt;RTM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="xis-keyword"&gt;IFN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: logical-expression" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n1k5fhn0m2j61vn12lj868ssvwr1" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#n1k5fhn0m2j61vn12lj868ssvwr1"&gt;logical-expression&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-true" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p11s80orx21o4rn1cot2nhppugh7" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p11s80orx21o4rn1cot2nhppugh7"&gt;value-returned-when-true&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-false" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0udwutsr5cdotn1nb72rjgo1cvq" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p0udwutsr5cdotn1nb72rjgo1cvq"&gt;value-returned-when-false&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="xis-argOptional"&gt;&amp;lt;, &lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-missing" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0g787ir4jj2p2n1m254f3d68l8b" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p0g787ir4jj2p2n1m254f3d68l8b"&gt;value-returned-when-missing&lt;/A&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Logical Expression -&amp;gt;&amp;nbsp;SUM(IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when True: 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when False: 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when Missing: Not declared&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165226"&gt;@Wken1122&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;BR /&gt;Can someone please explain this line of code for me?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;IFN(SUM(IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT)&amp;gt;0,1,0);&lt;BR /&gt;&lt;BR /&gt;Does it mean that the sum of the 3,&amp;nbsp;&lt;SPAN&gt;IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT are &amp;gt; than 0,1,0 then it will return '1'.&lt;BR /&gt;Or does it mean that if sum of IFHLDCURR_MRTA&amp;gt;0 and sum of IFHLDCURR_TRDL&amp;gt;1 and sum of IFHLDCURR_INVT&amp;gt;0, only then it will return '1'.&lt;BR /&gt;or any other explanation that i misunderstood?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 02:04:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-14T02:04:39Z</dc:date>
    <item>
      <title>IFN</title>
      <link>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413153#M4001</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Can someone please explain this line of code for me?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IFN(SUM(IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT)&amp;gt;0,1,0);&lt;BR /&gt;&lt;BR /&gt;Does it mean that the sum of the 3,&amp;nbsp;&lt;SPAN&gt;IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT are &amp;gt; than 0,1,0 then it will return '1'.&lt;BR /&gt;Or does it mean that if sum of IFHLDCURR_MRTA&amp;gt;0 and sum of IFHLDCURR_TRDL&amp;gt;1 and sum of IFHLDCURR_INVT&amp;gt;0, only then it will return '1'.&lt;BR /&gt;or any other explanation that i misunderstood?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 01:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413153#M4001</guid>
      <dc:creator>Wken1122</dc:creator>
      <dc:date>2017-11-14T01:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: IFN</title>
      <link>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413158#M4002</link>
      <description>&lt;P&gt;RTM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="xis-keyword"&gt;IFN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: logical-expression" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n1k5fhn0m2j61vn12lj868ssvwr1" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#n1k5fhn0m2j61vn12lj868ssvwr1"&gt;logical-expression&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-true" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p11s80orx21o4rn1cot2nhppugh7" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p11s80orx21o4rn1cot2nhppugh7"&gt;value-returned-when-true&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-false" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0udwutsr5cdotn1nb72rjgo1cvq" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p0udwutsr5cdotn1nb72rjgo1cvq"&gt;value-returned-when-false&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="xis-argOptional"&gt;&amp;lt;, &lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A class="ng-scope" tabindex="0" title="Description of syntax: value-returned-when-missing" href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0g787ir4jj2p2n1m254f3d68l8b" rel="nofollow" data-docset-id="lefunctionsref" data-docset-version="9.4" data-original-href="n0l3n5z2h31h7wn1fmnqd33ibhap.htm#p0g787ir4jj2p2n1m254f3d68l8b"&gt;value-returned-when-missing&lt;/A&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Logical Expression -&amp;gt;&amp;nbsp;SUM(IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when True: 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when False: 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Value when Missing: Not declared&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0l3n5z2h31h7wn1fmnqd33ibhap.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165226"&gt;@Wken1122&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;BR /&gt;Can someone please explain this line of code for me?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;IFN(SUM(IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT)&amp;gt;0,1,0);&lt;BR /&gt;&lt;BR /&gt;Does it mean that the sum of the 3,&amp;nbsp;&lt;SPAN&gt;IFHLDCURR_MRTA,IFHLDCURR_TRDL,IFHLDCURR_INVT are &amp;gt; than 0,1,0 then it will return '1'.&lt;BR /&gt;Or does it mean that if sum of IFHLDCURR_MRTA&amp;gt;0 and sum of IFHLDCURR_TRDL&amp;gt;1 and sum of IFHLDCURR_INVT&amp;gt;0, only then it will return '1'.&lt;BR /&gt;or any other explanation that i misunderstood?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 02:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413158#M4002</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-14T02:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: IFN</title>
      <link>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413177#M4004</link>
      <description>&lt;P&gt;Thanks a lot for the clarification!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 03:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/IFN/m-p/413177#M4004</guid>
      <dc:creator>Wken1122</dc:creator>
      <dc:date>2017-11-14T03:03:29Z</dc:date>
    </item>
  </channel>
</rss>

