<?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: DATE FORMAT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781243#M38366</link>
    <description>&lt;P&gt;First, please look at the data yourself, and make sure the values of DT_CURRENT in data set NV1 are not missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they are not missing, please show us some examples of the value of this variable DT_CURRENT.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 13:32:48 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-11-19T13:32:48Z</dc:date>
    <item>
      <title>DATE FORMAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781242#M38365</link>
      <description>I have two date variables that I need to format: 

- the variable "dt" has the "DDMMYY10." format; and 
- the variable "dt_current" has the "E8601DT26.6" format. 

When I do the code below, the variable "dt_current" returns missing. What format should I use? 

proc sql;
create table NV2 as 
 select DT format=monyy5.,
           DT_CURRENT format=monyy5.
from NV1; 
quit;</description>
      <pubDate>Fri, 19 Nov 2021 13:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781242#M38365</guid>
      <dc:creator>Thalitacosta</dc:creator>
      <dc:date>2021-11-19T13:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: DATE FORMAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781243#M38366</link>
      <description>&lt;P&gt;First, please look at the data yourself, and make sure the values of DT_CURRENT in data set NV1 are not missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they are not missing, please show us some examples of the value of this variable DT_CURRENT.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 13:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781243#M38366</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-19T13:32:48Z</dc:date>
    </item>
  </channel>
</rss>

