<?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 linear interpolation without calendar adjustment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Expand-linear-interpolation-without-calendar-adjustment/m-p/566458#M159201</link>
    <description>&lt;PRE class="sascode"&gt;proc expand data=qtr_series out=mth_series from=qtr to=month;
   convert analysis_var / observed=average;
   id date_var;
run;&lt;/PRE&gt;</description>
    <pubDate>Sun, 16 Jun 2019 17:17:59 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2019-06-16T17:17:59Z</dc:date>
    <item>
      <title>Proc Expand linear interpolation without calendar adjustment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Expand-linear-interpolation-without-calendar-adjustment/m-p/565960#M158981</link>
      <description>&lt;P&gt;Is there a way to use proc expand to interpolate a time series from quarterly to monthly frequency without taking the number of days into account?&amp;nbsp; Treating all quarters/months as if they have the same number of days?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 18:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Expand-linear-interpolation-without-calendar-adjustment/m-p/565960#M158981</guid>
      <dc:creator>dsriggs11</dc:creator>
      <dc:date>2019-06-13T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand linear interpolation without calendar adjustment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Expand-linear-interpolation-without-calendar-adjustment/m-p/566458#M159201</link>
      <description>&lt;PRE class="sascode"&gt;proc expand data=qtr_series out=mth_series from=qtr to=month;
   convert analysis_var / observed=average;
   id date_var;
run;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Jun 2019 17:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Expand-linear-interpolation-without-calendar-adjustment/m-p/566458#M159201</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2019-06-16T17:17:59Z</dc:date>
    </item>
  </channel>
</rss>

