<?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: Advanced expression says valid but not working - date in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526928#M5177</link>
    <description>&lt;P&gt;Oh WOW thank you so much.&amp;nbsp; I had copied the code to WORD so I could copy it and use it again.&amp;nbsp; I will always retype them.&amp;nbsp; Thank you so much.&amp;nbsp; Has anyone ever told you how brilliant and helpful you are?&amp;nbsp; If not I AM!!!!!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 13:50:34 GMT</pubDate>
    <dc:creator>maliksmom2000</dc:creator>
    <dc:date>2019-01-14T13:50:34Z</dc:date>
    <item>
      <title>Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526902#M5172</link>
      <description>&lt;P&gt;I am trying to bring over a date only if it fits the between parameters - it says valid but it is not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifn(t1.ADDNM122016 is missing AND t1.IM_REM_DT&amp;gt;= 01/01/2016 AND t1.IM_REM_DT&amp;lt;=1/12/2019, t1.IM_REM_DT, t1.ADDNM122016)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 12:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526902#M5172</guid>
      <dc:creator>maliksmom2000</dc:creator>
      <dc:date>2019-01-14T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526908#M5173</link>
      <description>&lt;P&gt;01/01/2016 is not a date, but a formula that calculates 1 divided by 1 divided by 2016.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already explained date literals in &lt;A href="https://communities.sas.com/t5/New-SAS-User/numeric-advanced-expression-sas-enterprise-need-to-return-date/m-p/526875#M5168" target="_blank"&gt;https://communities.sas.com/t5/New-SAS-User/numeric-advanced-expression-sas-enterprise-need-to-return-date/m-p/526875#M5168&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 12:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526908#M5173</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-14T12:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526909#M5174</link>
      <description>&lt;P&gt;I'm sorry, 9 hours straight I think it getting to me&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; Thank you so much it worked!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 12:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526909#M5174</guid>
      <dc:creator>maliksmom2000</dc:creator>
      <dc:date>2019-01-14T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526925#M5175</link>
      <description>&lt;P&gt;It worked on a different formula but not this one.&amp;nbsp; What am I missing?&amp;nbsp; I AM SO SORRY!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4 PROC SQL NOEXEC;&lt;BR /&gt;5 SELECT (ifn(t1.ADDNM122016 is missing AND t1.IM_REM_DT &amp;gt;= “01JAN2016”d AND t1.IM_REM_DT &amp;lt;= ”01JAN2019”d,&lt;BR /&gt;_ _&lt;BR /&gt;22 22&lt;BR /&gt;200 200&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant,&lt;BR /&gt;a missing value, (, +, -, ALL, ANY, BTRIM, CALCULATED, CASE, INPUT, PUT, SELECT, SOME, SUBSTRING, TRANSLATE, USER.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 13:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526925#M5175</guid>
      <dc:creator>maliksmom2000</dc:creator>
      <dc:date>2019-01-14T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526927#M5176</link>
      <description>&lt;P&gt;Your code has "slanted" quotes, these UTF symbols are illegal in code. Use ONLY the internal SAS editors, or pure text editors suited for programming. Word Processors like MS Word are poison for code, as they tend to automatically do "intelligent" formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 13:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526927#M5176</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-14T13:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced expression says valid but not working - date</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526928#M5177</link>
      <description>&lt;P&gt;Oh WOW thank you so much.&amp;nbsp; I had copied the code to WORD so I could copy it and use it again.&amp;nbsp; I will always retype them.&amp;nbsp; Thank you so much.&amp;nbsp; Has anyone ever told you how brilliant and helpful you are?&amp;nbsp; If not I AM!!!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 13:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Advanced-expression-says-valid-but-not-working-date/m-p/526928#M5177</guid>
      <dc:creator>maliksmom2000</dc:creator>
      <dc:date>2019-01-14T13:50:34Z</dc:date>
    </item>
  </channel>
</rss>

