<?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: SAS Components Different types in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240547#M44391</link>
    <description>You specify a date literal with an d at the end of the variable, otherwise SAS assumes that its just a character variable, and how would it know otherwise &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I personally prefer the NE rather than &amp;lt;&amp;gt; for not equals, but its a preference. I think at one time SAS didn't interpret it as not equals, so you may want to verify that it does in your version.&lt;BR /&gt;&lt;BR /&gt;where Funded_DT ne "01JAN1900"d;</description>
    <pubDate>Tue, 22 Dec 2015 21:02:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-12-22T21:02:24Z</dc:date>
    <item>
      <title>SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240542#M44387</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;where&lt;/FONT&gt; &lt;FONT face="Courier New" size="2"&gt;Funded_DT &amp;lt;&amp;gt; &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"01JAN1900"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ERROR: Expression using not equals (^=) has components that are of different data types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im not sure what I need to do to get this to run without erroring. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 20:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240542#M44387</guid>
      <dc:creator>ryanhawkeyejedi</dc:creator>
      <dc:date>2015-12-22T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240547#M44391</link>
      <description>You specify a date literal with an d at the end of the variable, otherwise SAS assumes that its just a character variable, and how would it know otherwise &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I personally prefer the NE rather than &amp;lt;&amp;gt; for not equals, but its a preference. I think at one time SAS didn't interpret it as not equals, so you may want to verify that it does in your version.&lt;BR /&gt;&lt;BR /&gt;where Funded_DT ne "01JAN1900"d;</description>
      <pubDate>Tue, 22 Dec 2015 21:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240547#M44391</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-22T21:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240548#M44392</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Courier New"&gt;where&lt;/FONT&gt; &lt;FONT size="2" face="Courier New"&gt;Funded_DT &amp;lt;&amp;gt; &lt;/FONT&gt;&lt;FONT color="#800080" size="2" face="Courier New"&gt;"01JAN1900"d&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 21:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240548#M44392</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-22T21:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240550#M44394</link>
      <description>Thank you both for your help...Im still a newbie. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I appreciate both quick responses! Happy Holidays!!!</description>
      <pubDate>Tue, 22 Dec 2015 21:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240550#M44394</guid>
      <dc:creator>ryanhawkeyejedi</dc:creator>
      <dc:date>2015-12-22T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240551#M44395</link>
      <description>&lt;P&gt;Use &lt;FONT color="#0000ff" size="2" face="Courier New"&gt;where&lt;/FONT&gt; &lt;FONT size="2" face="Courier New"&gt;Funded_DT &amp;lt;&amp;gt; &lt;/FONT&gt;&lt;FONT color="#800080" size="2" face="Courier New"&gt;"01JAN1900"D&lt;/FONT&gt;&lt;FONT size="2" face="Courier New"&gt;; Hopefully you are using apprpriate option &lt;/FONT&gt;YEARCUTOFF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 21:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240551#M44395</guid>
      <dc:creator>ndp</dc:creator>
      <dc:date>2015-12-22T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240552#M44396</link>
      <description>What is YEARCUTOFF?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2015 21:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240552#M44396</guid>
      <dc:creator>ryanhawkeyejedi</dc:creator>
      <dc:date>2015-12-22T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Components Different types</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240575#M44404</link>
      <description>&lt;P&gt;The YEARCUTOFF option sets the century for SAS dates if one is not specified. For example if you had used 01JAN00 instead of 01JAN1900&amp;nbsp;- does that mean 1900 or 2000?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case you are specifying the century so I don't think YEARCUTOFF applies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 23:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Components-Different-types/m-p/240575#M44404</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-22T23:25:46Z</dc:date>
    </item>
  </channel>
</rss>

