<?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 How to convert date from 2014Q3 to 30SEP2014 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-date-from-2014Q3-to-30SEP2014/m-p/156197#M12186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date that is coming in from an excel like this:2014Q3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert this to the last day of the quarter and store in date9. format like 30SEP2014.t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 18:58:17 GMT</pubDate>
    <dc:creator>eagles_dare13</dc:creator>
    <dc:date>2014-11-04T18:58:17Z</dc:date>
    <item>
      <title>How to convert date from 2014Q3 to 30SEP2014</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-date-from-2014Q3-to-30SEP2014/m-p/156197#M12186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date that is coming in from an excel like this:2014Q3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert this to the last day of the quarter and store in date9. format like 30SEP2014.t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-date-from-2014Q3-to-30SEP2014/m-p/156197#M12186</guid>
      <dc:creator>eagles_dare13</dc:creator>
      <dc:date>2014-11-04T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert date from 2014Q3 to 30SEP2014</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-date-from-2014Q3-to-30SEP2014/m-p/156198#M12187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends upon whether it imported as a SAS date or as a character variable. Here is how to convert either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input qtr&amp;nbsp; yyq6.&amp;nbsp; charqtr $;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format qtr cqtr date9.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; qtr=intnx('quarter',qtr,0,'E');&lt;/P&gt;&lt;P&gt;&amp;nbsp; cqtr=intnx('quarter',input(charqtr,yyq6.),0,'E');&lt;/P&gt;&lt;P&gt;&amp;nbsp; cards;&lt;/P&gt;&lt;P&gt;2014Q3 2014Q3&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-date-from-2014Q3-to-30SEP2014/m-p/156198#M12187</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-11-04T19:14:58Z</dc:date>
    </item>
  </channel>
</rss>

