<?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: help with date format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736553#M229469</link>
    <description>&lt;P&gt;Try to specify the format like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table sample as 
    select var format=date9. from test;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 23 Apr 2021 07:23:43 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2021-04-23T07:23:43Z</dc:date>
    <item>
      <title>help with date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736552#M229468</link>
      <description>&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you could help with this simple request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically I want to extract the minimum date in an existing SAS dataset.&lt;/P&gt;&lt;P&gt;I used following to extract it, however the date format is not desired. It is different from original data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on how i could extract the the ddmmyyy format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tonywu_0-1619162081300.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58627iF21A41F253B9B2FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tonywu_0-1619162081300.png" alt="tonywu_0-1619162081300.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tonywu_1-1619162091239.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58628i94FA4F483237A0B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tonywu_1-1619162091239.png" alt="tonywu_1-1619162091239.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 07:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736552#M229468</guid>
      <dc:creator>tonywu</dc:creator>
      <dc:date>2021-04-23T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: help with date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736553#M229469</link>
      <description>&lt;P&gt;Try to specify the format like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table sample as 
    select var format=date9. from test;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Apr 2021 07:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736553#M229469</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-04-23T07:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736555#M229471</link>
      <description>&lt;P&gt;Add a format definition&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;min(from_date) as min_from format=yymmdd10.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Apr 2021 07:26:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736555#M229471</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-23T07:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: help with date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736723#M229563</link>
      <description>&lt;P&gt;thanks mate, it worked!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 08:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736723#M229563</guid>
      <dc:creator>tonywu</dc:creator>
      <dc:date>2021-04-24T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: help with date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736725#M229565</link>
      <description>&lt;P&gt;thanks mate, it worked!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 08:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help-with-date-format/m-p/736725#M229565</guid>
      <dc:creator>tonywu</dc:creator>
      <dc:date>2021-04-24T08:03:42Z</dc:date>
    </item>
  </channel>
</rss>

