<?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 error PROCEDURE OPTMODEL not found in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314252#M61542</link>
    <description>&lt;P&gt;Hi, I just started using SAS today, I am using the University Edition1, I am trying to maximize a function.&lt;/P&gt;&lt;P&gt;I type&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc OPTMODEL;&lt;BR /&gt;var x1: integer&amp;gt;=0;&lt;BR /&gt;var x2: integer&amp;gt;=0;&lt;BR /&gt;maximize z=8*x1+20*x2;&lt;BR /&gt;con c1: x1+x2&amp;lt;=11;&lt;BR /&gt;con c2: 3*x1+2*x2&amp;lt;=30;&lt;BR /&gt;con c3: 1*x1+3*x2&amp;lt;=28;&lt;BR /&gt;solve;&lt;BR /&gt;print x1 x2 z;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but got the message:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;ERROR: Procedure OPTMODEL not found.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bellow there is this message too:&lt;/SPAN&gt;&lt;/P&gt;&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 OPTMODEL used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.04 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.03 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;66&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;what is wrong? is it a syntax error? I was just following advise from a tutorial and can not make this run.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2016 09:47:03 GMT</pubDate>
    <dc:creator>Kime</dc:creator>
    <dc:date>2016-11-25T09:47:03Z</dc:date>
    <item>
      <title>error PROCEDURE OPTMODEL not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314252#M61542</link>
      <description>&lt;P&gt;Hi, I just started using SAS today, I am using the University Edition1, I am trying to maximize a function.&lt;/P&gt;&lt;P&gt;I type&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc OPTMODEL;&lt;BR /&gt;var x1: integer&amp;gt;=0;&lt;BR /&gt;var x2: integer&amp;gt;=0;&lt;BR /&gt;maximize z=8*x1+20*x2;&lt;BR /&gt;con c1: x1+x2&amp;lt;=11;&lt;BR /&gt;con c2: 3*x1+2*x2&amp;lt;=30;&lt;BR /&gt;con c3: 1*x1+3*x2&amp;lt;=28;&lt;BR /&gt;solve;&lt;BR /&gt;print x1 x2 z;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but got the message:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;ERROR: Procedure OPTMODEL not found.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bellow there is this message too:&lt;/SPAN&gt;&lt;/P&gt;&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 OPTMODEL used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.04 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.03 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;66&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;what is wrong? is it a syntax error? I was just following advise from a tutorial and can not make this run.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 09:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314252#M61542</guid>
      <dc:creator>Kime</dc:creator>
      <dc:date>2016-11-25T09:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: error PROCEDURE OPTMODEL not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314254#M61543</link>
      <description>&lt;P&gt;I dont run University edition, but given the error, I dont think you are licensed to run PROC OPTMODEL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try running the following and see if you have a SAS/OR license &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 09:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314254#M61543</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2016-11-25T09:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: error PROCEDURE OPTMODEL not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314834#M61585</link>
      <description>&lt;P&gt;PROC OPTMODEL, which is part of SAS/OR software, &amp;nbsp;is not included in the free SAS University Edition. The first sentence on&lt;A href="http://www.sas.com/en_us/software/university-edition.html" target="_self"&gt; the SAS UE webpage&lt;/A&gt; says "&lt;SPAN&gt;With SAS University Edition, you get SAS Studio, Base SAS, SAS/STAT, SAS/IML, SAS/ACCESS and several time series forecasting procedures from SAS/ETS."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 15:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/error-PROCEDURE-OPTMODEL-not-found/m-p/314834#M61585</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-11-28T15:11:29Z</dc:date>
    </item>
  </channel>
</rss>

