<?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 functionality in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/981879#M5019</link>
    <description>&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug_expand000069" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;If the observations are equally spaced in time, and all the series are observed as beginning-of-period values, only the input and output data sets need to be specified. For example, the following statements &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;interpolate any missing values in the numeric variables&lt;/FONT&gt;&lt;/STRONG&gt; in the data set A&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;using a cubic spline function&lt;/STRONG&gt;&lt;/FONT&gt;, assuming that the observations are at equally spaced points in time:&lt;/P&gt;
&lt;PRE class="xisDoc-code"&gt;&lt;CODE class="language-sas"&gt;&lt;SPAN&gt;proc expand data=a out=b;
run;
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="xisDoc-paragraph"&gt;For more information, see the section "Missing Values".&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The default is METHOD=SPLINE.&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&lt;SPAN class=" aa-argument"&gt;Constraint&lt;/SPAN&gt; specifications for METHOD=SPLINE can be specified.&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The methods supported are SPLINE, JOIN, STEP, AGGREGATE, and NONE.&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paragraph"&gt;Ciao,&lt;BR /&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 13 Jan 2026 11:22:06 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2026-01-13T11:22:06Z</dc:date>
    <item>
      <title>proc expand functionality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975834#M5007</link>
      <description>&lt;P&gt;Hello, everyone. I am using the function convert daily/ observed = beginning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My daily data are a set of VIXCLS from FRED. When there is a value for the first day of the month, the output from the function above is the same as the original data. When there is not a value, however, it appears that SAS is somehow interpolating the data. I have tried several replications in MATLAB, using linear interpolation, spline interpolation, but have not been able to correctly replicate this function. Can someone please give insight into what the observed=OPTION function is doing when using the 'beginning' selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 21:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975834#M5007</guid>
      <dc:creator>annacole2408</dc:creator>
      <dc:date>2025-09-26T21:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc expand functionality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975845#M5008</link>
      <description>&lt;P&gt;I suggest including the entire Proc Expand code as options on many procedures may have interact with other options on other statements.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Sep 2025 05:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975845#M5008</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-09-27T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc expand functionality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975848#M5009</link>
      <description>Firstly, Did you check the documentation of PROC EXPAND.&lt;BR /&gt;Secondly, Since PROC EXPAND is product under SAS/ETS. That would be better if you post it at Forecasting Forum:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics&lt;/A&gt;</description>
      <pubDate>Sat, 27 Sep 2025 06:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975848#M5009</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-09-27T06:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc expand functionality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975863#M5010</link>
      <description>&lt;P&gt;I moved the question to the Forecasting community.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Sep 2025 14:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/975863#M5010</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-09-27T14:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc expand functionality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/981879#M5019</link>
      <description>&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug_expand000069" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;If the observations are equally spaced in time, and all the series are observed as beginning-of-period values, only the input and output data sets need to be specified. For example, the following statements &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;interpolate any missing values in the numeric variables&lt;/FONT&gt;&lt;/STRONG&gt; in the data set A&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;using a cubic spline function&lt;/STRONG&gt;&lt;/FONT&gt;, assuming that the observations are at equally spaced points in time:&lt;/P&gt;
&lt;PRE class="xisDoc-code"&gt;&lt;CODE class="language-sas"&gt;&lt;SPAN&gt;proc expand data=a out=b;
run;
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="xisDoc-paragraph"&gt;For more information, see the section "Missing Values".&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The default is METHOD=SPLINE.&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&lt;SPAN class=" aa-argument"&gt;Constraint&lt;/SPAN&gt; specifications for METHOD=SPLINE can be specified.&lt;/P&gt;
&lt;DIV class="xisDoc-eDocBody"&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.expand.expprocstmt" class="aa-section"&gt;
&lt;DIV id="etsug_expand000472" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The methods supported are SPLINE, JOIN, STEP, AGGREGATE, and NONE.&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paragraph"&gt;Ciao,&lt;BR /&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jan 2026 11:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/proc-expand-functionality/m-p/981879#M5019</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-01-13T11:22:06Z</dc:date>
    </item>
  </channel>
</rss>

