<?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 New User Question re Displaying date range into quarter in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129585#M10611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set that has a field that shows dates as (SEE BELOW):&lt;/P&gt;&lt;P&gt;01MAY2012&lt;/P&gt;&lt;P&gt;01JAN2012&lt;/P&gt;&lt;P&gt;01JUL2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I run a summary report and show the dates as quarters?&lt;/P&gt;&lt;P&gt;Q12012&lt;/P&gt;&lt;P&gt;Q22012&lt;/P&gt;&lt;P&gt;Q32012&lt;/P&gt;&lt;P&gt;Q42012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 20:18:57 GMT</pubDate>
    <dc:creator>BillB</dc:creator>
    <dc:date>2013-05-03T20:18:57Z</dc:date>
    <item>
      <title>New User Question re Displaying date range into quarter</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129585#M10611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set that has a field that shows dates as (SEE BELOW):&lt;/P&gt;&lt;P&gt;01MAY2012&lt;/P&gt;&lt;P&gt;01JAN2012&lt;/P&gt;&lt;P&gt;01JUL2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I run a summary report and show the dates as quarters?&lt;/P&gt;&lt;P&gt;Q12012&lt;/P&gt;&lt;P&gt;Q22012&lt;/P&gt;&lt;P&gt;Q32012&lt;/P&gt;&lt;P&gt;Q42012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 20:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129585#M10611</guid>
      <dc:creator>BillB</dc:creator>
      <dc:date>2013-05-03T20:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: New User Question re Displaying date range into quarter</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129586#M10612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the report somehow you want to apply a format, yyQ, which would come up as 2012Q1&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000201247.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000201247.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the Q in front you may have to make your own format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 21:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129586#M10612</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-03T21:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: New User Question re Displaying date range into quarter</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129587#M10613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input date date9.;&lt;/P&gt;&lt;P&gt;format date date9.;&lt;/P&gt;&lt;P&gt;date1=date;&lt;/P&gt;&lt;P&gt;format date1 yyq10.;&lt;/P&gt;&lt;P&gt;date2=catt('Q',qtr(date),year(date));&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;01MAY2012&lt;/P&gt;&lt;P&gt;01JAN2012&lt;/P&gt;&lt;P&gt;01JUL2012&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 22:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/New-User-Question-re-Displaying-date-range-into-quarter/m-p/129587#M10613</guid>
      <dc:creator>slchen</dc:creator>
      <dc:date>2013-05-03T22:36:21Z</dc:date>
    </item>
  </channel>
</rss>

