<?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: Why does my SAS date have the wrong century? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/623027#M18159</link>
    <description>&lt;P&gt;Thanks for the insight,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;. I shared your comments and the author feels that everything is covered sufficiently in the blog post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I manage just some of the boards, I like to share content that I think my members might be interested in. I'll leave it to the other community managers to share with their boards, if they want to do so. And this is a SAS Users blog post, so a wide audience has been exposed to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Shelley&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 12:27:58 GMT</pubDate>
    <dc:creator>ShelleySessoms</dc:creator>
    <dc:date>2020-02-07T12:27:58Z</dc:date>
    <item>
      <title>Why does my SAS date have the wrong century?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/619887#M18087</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In SAS 9.3 and earlier, the default value of the YEARCUTOFF= option is 1920. This default setting could trigger data integrity issues because any 2-digit years of "20" in dates will be assumed to occur in 1920 instead of 2020. If the intended year in the date is 2020, you must set the YEARCUTOFF= option to a value larger than 1920. Of course, the best alternative is to always specify date values with 4-digit years.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luckily, SAS makes it easy to change the YEARCUTOFF= option so that it works best for your data. The default value for the YEARCUTOFF= option changed in SAS 9.4 to 1926. This change makes it easier for customers who are still using 2-digit years of "20" to make sure that the date is assigned to 2020. Let's review some of the frequently asked questions that customers ask about how SAS works with 2-digit years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find out more about this topic in this comprehensive blog post (including links to the relevant SAS Notes):&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2020/01/10/yearcutoff-date/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/sgf/2020/01/10/yearcutoff-date/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/619887#M18087</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2020-01-24T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my SAS date have the wrong century?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/622657#M18140</link>
      <description>&lt;P&gt;Context:&lt;/P&gt;
&lt;P&gt;One should maybe make clear that this issue arises when dates are read from a string.&lt;/P&gt;
&lt;P&gt;When dates are stored as SAS dates, no confusion is possible.&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>Thu, 06 Feb 2020 10:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/622657#M18140</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-06T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my SAS date have the wrong century?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/622875#M18152</link>
      <description>&lt;P&gt;Also this interesting tip should be in the programming pages rather than the admin ones, no?&lt;/P&gt;
&lt;P&gt;Feel free to alter the post and remove my comments as you see fit. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/622875#M18152</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-06T21:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my SAS date have the wrong century?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/623027#M18159</link>
      <description>&lt;P&gt;Thanks for the insight,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;. I shared your comments and the author feels that everything is covered sufficiently in the blog post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I manage just some of the boards, I like to share content that I think my members might be interested in. I'll leave it to the other community managers to share with their boards, if they want to do so. And this is a SAS Users blog post, so a wide audience has been exposed to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Shelley&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 12:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/623027#M18159</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2020-02-07T12:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my SAS date have the wrong century?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/623179#M18164</link>
      <description>&lt;P&gt;No worries. As long as everybody's happy... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 21:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Why-does-my-SAS-date-have-the-wrong-century/m-p/623179#M18164</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-07T21:55:12Z</dc:date>
    </item>
  </channel>
</rss>

