<?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: Proc Expand in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170801#M44128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ksharp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sas there is anyway to get rid of unwanted numbers. &lt;/P&gt;&lt;P&gt;for example i have number 312.88965&lt;/P&gt;&lt;P&gt;i want only 312.8 fixed. no other number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through format , length and informat change the only display numbers, but in behind it carry all number which effect coming calculation.&lt;/P&gt;&lt;P&gt;one way i found that to first export like excel and text then import again, is there any possible way to do it in sas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 13:58:37 GMT</pubDate>
    <dc:creator>Aman4SAS</dc:creator>
    <dc:date>2014-07-09T13:58:37Z</dc:date>
    <item>
      <title>Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170797#M44124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we change quarter cycle in Proc expand??&lt;/P&gt;&lt;P&gt;i.e default quarter is JAN FEB MAR&lt;/P&gt;&lt;P&gt;i looking for [DEC JAN FEB]&amp;nbsp; [MAR APR MAY] [JUN JUL AUG] [SEP OCT NOV]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible in PROC EXPAND form Month to Quarter??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170797#M44124</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-07-08T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170798#M44125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure. Could you use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format date qtr.3&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 12:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170798#M44125</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-07-09T12:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170799#M44126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;but i m talking about changing quarter cycle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170799#M44126</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-07-09T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170800#M44127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_intervals_sect006.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_intervals_sect006.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Look at the months entry, so something along the lines of to=month2.3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170800#M44127</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-07-09T13:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170801#M44128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ksharp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sas there is anyway to get rid of unwanted numbers. &lt;/P&gt;&lt;P&gt;for example i have number 312.88965&lt;/P&gt;&lt;P&gt;i want only 312.8 fixed. no other number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through format , length and informat change the only display numbers, but in behind it carry all number which effect coming calculation.&lt;/P&gt;&lt;P&gt;one way i found that to first export like excel and text then import again, is there any possible way to do it in sas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170801#M44128</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-07-09T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170802#M44129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the ROUND function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170802#M44129</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2014-07-09T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170803#M44130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want your quarters to start in December, March, June, and September, use the interval QTR.3 to shift the starting pont of your interval by 3 months. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 17:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand/m-p/170803#M44130</guid>
      <dc:creator>cov_derek</dc:creator>
      <dc:date>2014-07-24T17:07:57Z</dc:date>
    </item>
  </channel>
</rss>

