<?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: Oracle Vbox, SAS University edition and data protection in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577875#M3601</link>
    <description>&lt;P&gt;Have you checked out the documentation examples?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=etsug_ucm_examples.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=etsug_ucm_examples.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the top of each example is a link that links you to the full code so that it's easy to copy/paste and run on your own system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283127"&gt;@FaridNasrAlDeen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear Reeza, thank you for the reply. I am particularly interested in UCM to arrange a forecast for daily data. I wonder if there are any examples in SAS Universe of daily forecasting using USM. I have bumped into these publications but they seem to cover weekly and less frequent periods. Here is what I found:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm" target="_blank" rel="noopener"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf" target="_blank" rel="noopener"&gt;http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would be greatful to you or other community member who could guide me towards a step by step example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am a buddying SAS programmer so extensive comments on eevery step would be more than welcome&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 19:19:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-30T19:19:42Z</dc:date>
    <item>
      <title>Oracle Vbox, SAS University edition and data protection</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577221#M3598</link>
      <description>&lt;P&gt;Hi everyone! I have installed Vbox to work on SAS UE ETS library. I have data that I want to keep only for my personal Use. Is there a risk that Oracle Vbox might sip into my data?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 12:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577221#M3598</guid>
      <dc:creator>FaridNasrAlDeen</dc:creator>
      <dc:date>2019-07-28T12:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Vbox, SAS University edition and data protection</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577281#M3599</link>
      <description>&lt;P&gt;I'm assuming 'sip into my data' means share your data with others?&lt;/P&gt;
&lt;P&gt;Oracle VM or SAS will not access your data, non identifying information is sent to SAS about usage of procs but not the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, SAS UE does not have most of the procs in the ETS package so I'm not sure it will work for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Six procedures from SAS/ETS are included in SAS University Edition to support the forecasting tasks in SAS Studio. The procedures are TIMEDATA, TIMESERIES, ARIMA, ESM, UCM, and TIMEID. You might notice that SAS/ETS appears in the list of products that are included with SAS University Edition. However, only those six procedures are included.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/limitations.htm" target="_blank"&gt;https://support.sas.com/software/products/university-edition/faq/limitations.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283127"&gt;@FaridNasrAlDeen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi everyone! I have installed Vbox to work on SAS UE ETS library. I have data that I want to keep only for my personal Use. Is there a risk that Oracle Vbox might sip into my data?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 02:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577281#M3599</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-29T02:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Vbox, SAS University edition and data protection</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577873#M3600</link>
      <description>&lt;P&gt;Dear Reeza, thank you for the reply. I am particularly interested in UCM to arrange a forecast for daily data. I wonder if there are any examples in SAS Universe of daily forecasting using USM. I have bumped into these publications but they seem to cover weekly and less frequent periods. Here is what I found:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm" target="_blank" rel="noopener"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf" target="_blank" rel="noopener"&gt;http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would be greatful to you or other community member who could guide me towards a step by step example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a buddying SAS programmer so extensive comments on eevery step would be more than welcome&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577873#M3600</guid>
      <dc:creator>FaridNasrAlDeen</dc:creator>
      <dc:date>2019-07-30T19:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Vbox, SAS University edition and data protection</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577875#M3601</link>
      <description>&lt;P&gt;Have you checked out the documentation examples?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=etsug_ucm_examples.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=etsug_ucm_examples.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the top of each example is a link that links you to the full code so that it's easy to copy/paste and run on your own system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283127"&gt;@FaridNasrAlDeen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear Reeza, thank you for the reply. I am particularly interested in UCM to arrange a forecast for daily data. I wonder if there are any examples in SAS Universe of daily forecasting using USM. I have bumped into these publications but they seem to cover weekly and less frequent periods. Here is what I found:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm" target="_blank" rel="noopener"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#ucm_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0456-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/ets/132/ucm.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf" target="_blank" rel="noopener"&gt;http://faculty.smu.edu/tfomby/eco5375/data/Unobservable%20Components%20Models/The%20Unobservable%20Components%20Model.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would be greatful to you or other community member who could guide me towards a step by step example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am a buddying SAS programmer so extensive comments on eevery step would be more than welcome&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Oracle-Vbox-SAS-University-edition-and-data-protection/m-p/577875#M3601</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-30T19:19:42Z</dc:date>
    </item>
  </channel>
</rss>

