<?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: How to transfer monthly GDP from Yearly GDP? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410762#M21480</link>
    <description>&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2017 05:26:04 GMT</pubDate>
    <dc:creator>audreyliu201</dc:creator>
    <dc:date>2017-11-06T05:26:04Z</dc:date>
    <item>
      <title>How to transfer monthly GDP from Yearly GDP?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410760#M21478</link>
      <description>&lt;P&gt;DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GDP&lt;BR /&gt;1/1/2012 16155.255&lt;BR /&gt;1/1/2013 16691.517&lt;BR /&gt;1/1/2014 17427.609&lt;BR /&gt;1/1/2015 18120.714&lt;BR /&gt;1/1/2016 18624.475&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, Everyone. This is the data I have, But I would like to transfer it to monthly data in SAS. For example, I can have GDP of 1/1/2012, 2/1/2012...12/1/2012. I know how to do this in Eviews software. But I have no clue how to do it in SAS. Would you mind helping me?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 04:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410760#M21478</guid>
      <dc:creator>audreyliu201</dc:creator>
      <dc:date>2017-11-06T04:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer monthly GDP from Yearly GDP?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410761#M21479</link>
      <description>&lt;P&gt;If you have a SAS/ETS licence, use &lt;STRONG&gt;proc expand&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc expand data=gdp out=mgdp from=year to=month;
id date;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will give you a spline interpolation. For a linear interpolation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc expand data=gdp out=mgdp from=year to=month method=join;
id date;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410761#M21479</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-11-06T05:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer monthly GDP from Yearly GDP?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410762#M21480</link>
      <description>&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-transfer-monthly-GDP-from-Yearly-GDP/m-p/410762#M21480</guid>
      <dc:creator>audreyliu201</dc:creator>
      <dc:date>2017-11-06T05:26:04Z</dc:date>
    </item>
  </channel>
</rss>

