<?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 University Edition in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376636#M65396</link>
    <description>&lt;P&gt;Thank you very much! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 16:18:46 GMT</pubDate>
    <dc:creator>tritringuyen</dc:creator>
    <dc:date>2017-07-17T16:18:46Z</dc:date>
    <item>
      <title>Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376614#M65393</link>
      <description>&lt;P&gt;Hi, I am trying SAS University Edition. I found that some codes cannot be run with SAS University Edition. Here is an example of SAS log when I want to create lead values for some variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;838 proc expand data=have out=want method = none;&lt;/DIV&gt;&lt;DIV class="sasError focus-line"&gt;ERROR: Procedure EXPAND not found.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;839 by isin;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;840 id fyear;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;842 * Create lead for debtissuer;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;843 convert DEBTISSUE;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;844 convert DEBTISSUE = DEBTISSUEtp1 / transformout=(lead 1);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;846 * Create lead for SEO;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;847 convert SEO;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;848 convert SEO = SEOtp1 / transformout=(lead 1);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;850 * Create lead for cost of debt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;851 convert costdebt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;852 convert costdebt = costdebttp1 / transformout=(lead 1);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;854 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE EXPAND used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.05 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Is there any SAS procedure&amp;nbsp;which is similar to proc Expand and results in the same outcomes? Thank you very much!&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Cheers, Thierry&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376614#M65393</guid>
      <dc:creator>tritringuyen</dc:creator>
      <dc:date>2017-07-17T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376615#M65394</link>
      <description>&lt;P&gt;Not all SAS ETS procedures are available in SAS University Edition. I don't think PROC EXPAND is included &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376615#M65394</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T15:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376621#M65395</link>
      <description>&lt;P&gt;The following SAS/ETS procs are included:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; TIMEDATA, TIMESERIES, ARIMA, ESM, UCM, and TIMEID&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=etscdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=etsug&amp;amp;docsetTarget=etsug_timedata_toc.htm&amp;amp;locale=en" target="_self"&gt;PROC TIMEDATA is especially flexible&lt;/A&gt;, and you can probably use it to accomplish similar work to PROC EXPAND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, try &lt;A href="http://support.sas.com/software/products/ondemand-academics/#s1=2" target="_self"&gt;SAS OnDemand for Academics&lt;/A&gt;&amp;nbsp;-- hosted by SAS, this environment supports all of the SAS/ETS procs and more.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376621#M65395</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-17T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376636#M65396</link>
      <description>&lt;P&gt;Thank you very much! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376636#M65396</guid>
      <dc:creator>tritringuyen</dc:creator>
      <dc:date>2017-07-17T16:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376923#M65419</link>
      <description>&lt;P&gt;Hi Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure when I've looked at SAS OnDemand for Academics before you had to be a teacher or student at an "accredited" body but looking now it seems independent learners can use it. Is this a recent change?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376923#M65419</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-07-18T10:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376933#M65420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32246"&gt;@ChrisBrooks&lt;/a&gt;&amp;nbsp;- yes, any learner can use SAS Studio on SAS OnDemand for Academics. &amp;nbsp;No university or course affiliation is required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use SAS Enterprise Guide, SAS Enterprise Miner, or SAS Forecast Server on the environment, you do need to be a teacher or part of a registered class.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376933#M65420</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-18T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376938#M65421</link>
      <description>&lt;P&gt;Thanks - it's a shame about Enterprise Guide as I've been a big fan since, I think, about version 4....&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376938#M65421</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-07-18T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376956#M65422</link>
      <description>&lt;P&gt;I like to hear that. &amp;nbsp;You didn't hear it from me, but you&amp;nbsp;&lt;EM&gt;could&lt;/EM&gt; register as an instructor and get access to download EG, exploring it for your own mentoring/teaching activities. &amp;nbsp;The version you get is pinned to the SAS OnDemand for Academics environment, and I don't think you can use it at the same time as a commercial version. &amp;nbsp;Also, some of the EG capabilities are "turned off" while connected to this environment.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376956#M65422</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-18T12:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376982#M65425</link>
      <description>&lt;P&gt;Thank you very much! I got an ID for SAS OnDemand now (never known before). Another concern is that whether data uploaded to SAS OnDemand are confidential?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thierry&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 13:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376982#M65425</guid>
      <dc:creator>tritringuyen</dc:creator>
      <dc:date>2017-07-18T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376987#M65426</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62534"&gt;@tritringuyen&lt;/a&gt;:I'm sure it's spelled out in the terms of service, but you should&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; upload sensitive data to the SAS OnDemand for Academics environment. This area is for learning purposes and while data you upload isn't generally shared or accessible by other users, SAS does not promise rigorous security around these data files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS &lt;A href="https://www.sas.com/en_us/solutions/cloud-analytics.html" target="_self"&gt;offers "professional grade" hosting &lt;/A&gt;for companies with a much more secure/certified environment.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 13:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376987#M65426</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-18T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376994#M65428</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;thank you very much! I suppose that my data is not sensitive. However, I collect data for my research. I want to retain the copyright of those data. I read terms and conditions already, but I am not sure about how my data are used by SAS company.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 13:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/376994#M65428</guid>
      <dc:creator>tritringuyen</dc:creator>
      <dc:date>2017-07-18T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/377050#M65431</link>
      <description>&lt;P&gt;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/377050#M65431</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-07-18T15:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452173#M69804</link>
      <description>&lt;P&gt;Does proc autoreg and proc tscsreg included? as when I type them, it says proc autoreg and proc tscsreg not found&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 09:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452173#M69804</guid>
      <dc:creator>yuchang19931014</dc:creator>
      <dc:date>2018-04-07T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452174#M69805</link>
      <description>&lt;P&gt;does proc autoreg and proc tscsreg included?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 09:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452174#M69805</guid>
      <dc:creator>yuchang19931014</dc:creator>
      <dc:date>2018-04-07T09:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand in SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452220#M69813</link>
      <description>&lt;P&gt;No, only limited PROCS from SAS/ETS are included.&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;Limitations are listed here:&lt;/P&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/203376"&gt;@yuchang19931014&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Does proc autoreg and proc tscsreg included? as when I type them, it says proc autoreg and proc tscsreg not found&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 18:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Expand-in-SAS-University-Edition/m-p/452220#M69813</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-07T18:45:36Z</dc:date>
    </item>
  </channel>
</rss>

