<?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 Date YYMMDD in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762521#M39366</link>
    <description>&lt;P&gt;Looked up in SAS for dates. I Want it in a YYMMDD fields and the closes i found was the format below. However it generates the dat with dashes&lt;BR /&gt;where I would want it like 120317&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="tgroup"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="n1tp0c0s775qvdn1uxbr71p9o88q" class="xis-paraTableFirst"&gt;YYMMDD.&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="p11ghwsxgwcg67n1ua5yi6gph6bu" class="xis-paraTableFirst"&gt;19069&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="n1j23d1srrzs0cn1erfglyu8g61m" class="xis-paraTableFirst"&gt;12-03-17&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Thu, 19 Aug 2021 13:07:18 GMT</pubDate>
    <dc:creator>Jyuen204</dc:creator>
    <dc:date>2021-08-19T13:07:18Z</dc:date>
    <item>
      <title>Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762521#M39366</link>
      <description>&lt;P&gt;Looked up in SAS for dates. I Want it in a YYMMDD fields and the closes i found was the format below. However it generates the dat with dashes&lt;BR /&gt;where I would want it like 120317&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="tgroup"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="n1tp0c0s775qvdn1uxbr71p9o88q" class="xis-paraTableFirst"&gt;YYMMDD.&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="p11ghwsxgwcg67n1ua5yi6gph6bu" class="xis-paraTableFirst"&gt;19069&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD class="xis-horizontalLeft xis-verticalTop"&gt;
&lt;DIV id="n1j23d1srrzs0cn1erfglyu8g61m" class="xis-paraTableFirst"&gt;12-03-17&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 19 Aug 2021 13:07:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762521#M39366</guid>
      <dc:creator>Jyuen204</dc:creator>
      <dc:date>2021-08-19T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762525#M39367</link>
      <description>&lt;P&gt;Try format YYMMDDN6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do a smart thing and use four digit years, which would be YYMMDDN8.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 13:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762525#M39367</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-19T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762526#M39368</link>
      <description>Pick the right format:&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;date=date();&lt;BR /&gt;put date yymmddn6.;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 19 Aug 2021 13:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762526#M39368</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-19T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762568#M39371</link>
      <description>Format right after that one in the documentation.&lt;BR /&gt;Very good page to bookmark&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/leforinforref/n0p2fmevfgj470n17h4k9f27qjag.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/leforinforref/n0p2fmevfgj470n17h4k9f27qjag.htm&lt;/A&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762568#M39371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-19T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762597#M39372</link>
      <description>&lt;P&gt;You need to very carefully label things in examples. You may not be aware but in one form 19069 could be 10 March 2019 (Julian date notation; or could be 1919, 1819,2119 for the year, 2 digit years are such a pain to keep straight).&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 16:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762597#M39372</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-19T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date YYMMDD</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762598#M39373</link>
      <description>Thank You! I would normally do the full on year. I am just migrating a legacy solution over to SAS so changing the format is not required.</description>
      <pubDate>Thu, 19 Aug 2021 17:00:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Date-YYMMDD/m-p/762598#M39373</guid>
      <dc:creator>Jyuen204</dc:creator>
      <dc:date>2021-08-19T17:00:52Z</dc:date>
    </item>
  </channel>
</rss>

