<?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 PROC HPGENSELECT DID NOT WORK in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451873#M69779</link>
    <description>&lt;P&gt;I want to ask, why this won't work on my SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc hpgenselect data=work.import;&lt;BR /&gt;model y_inc= accyear_inc devyear_inc /&lt;BR /&gt;distribution=Tweedie Link=Log;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data=work.import is exist and all variables are defined. But the result is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc hpgenselect data=work.import;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Procedure HPGENSELECT not found.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 model y_inc= accyear_inc devyear_inc /&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 distribution=Tweedie Link=Log;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 code File='ScoringParameters.txt';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Thank you in advance.&lt;/DIV&gt;</description>
    <pubDate>Fri, 06 Apr 2018 13:41:51 GMT</pubDate>
    <dc:creator>nikolasfilbert</dc:creator>
    <dc:date>2018-04-06T13:41:51Z</dc:date>
    <item>
      <title>PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451873#M69779</link>
      <description>&lt;P&gt;I want to ask, why this won't work on my SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc hpgenselect data=work.import;&lt;BR /&gt;model y_inc= accyear_inc devyear_inc /&lt;BR /&gt;distribution=Tweedie Link=Log;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data=work.import is exist and all variables are defined. But the result is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc hpgenselect data=work.import;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Procedure HPGENSELECT not found.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 model y_inc= accyear_inc devyear_inc /&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 distribution=Tweedie Link=Log;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 code File='ScoringParameters.txt';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Thank you in advance.&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451873#M69779</guid>
      <dc:creator>nikolasfilbert</dc:creator>
      <dc:date>2018-04-06T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451914#M69783</link>
      <description>&lt;P&gt;There are two likely causes. First is not licensed.&lt;/P&gt;
&lt;P&gt;Run&lt;/P&gt;
&lt;PRE&gt;proc setinit;
run;&lt;/PRE&gt;
&lt;P&gt;The log will have the results. If you do not see something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;---High Performance Suite
&lt;/PRE&gt;
&lt;P&gt;then you do not have a license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do see it then perhaps it was not installed. In which case run:&lt;/P&gt;
&lt;PRE&gt;proc product_status;
run;&lt;/PRE&gt;
&lt;P&gt;The log will tell which licensed products we actually installed. If the High Performance Suite appears as installed contact tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also a chance that the version of SAS you are running does not have access. Which version of SAS are you using? The Current version from the Proc Setinit run might be helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 18:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451914#M69783</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-06T18:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451920#M69785</link>
      <description>Thank you for your response. Im using SAS University Edition..</description>
      <pubDate>Fri, 06 Apr 2018 14:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/451920#M69785</guid>
      <dc:creator>nikolasfilbert</dc:creator>
      <dc:date>2018-04-06T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/452002#M69789</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/limitations.htm" target="_self"&gt;As the FAQ states&lt;/A&gt;&amp;nbsp;"&lt;SPAN&gt;These high-performance procedures are not supported:"&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="5" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;GAMPL&lt;/TD&gt;
&lt;TD&gt;HPBIN&lt;/TD&gt;
&lt;TD&gt;HPCANDISC&lt;/TD&gt;
&lt;TD&gt;HPCORR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HPDMDB&lt;/TD&gt;
&lt;TD&gt;HPDS2&lt;/TD&gt;
&lt;TD&gt;HPFMM&lt;/TD&gt;
&lt;TD&gt;HPGENSELECT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HPIMPUTE&lt;/TD&gt;
&lt;TD&gt;HPLOGISTIC&lt;/TD&gt;
&lt;TD&gt;HPLMIXED&lt;/TD&gt;
&lt;TD&gt;HPNLMOD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HPPLS&lt;/TD&gt;
&lt;TD&gt;HPPRINCOMP&lt;/TD&gt;
&lt;TD&gt;HPQUANTSELECT&lt;/TD&gt;
&lt;TD&gt;HPREG&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HPSAMPLE&lt;/TD&gt;
&lt;TD&gt;HPSPLIT&lt;/TD&gt;
&lt;TD&gt;HPSUMMARY&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/452002#M69789</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-06T17:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/452149#M69802</link>
      <description>&lt;P&gt;Thank you for your response&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 02:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/452149#M69802</guid>
      <dc:creator>nikolasfilbert</dc:creator>
      <dc:date>2018-04-07T02:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPGENSELECT DID NOT WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/578937#M75576</link>
      <description>&lt;P&gt;Here is the result when i run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two likely causes. First is not licensed.&lt;/P&gt;&lt;P&gt;Run&lt;/P&gt;&lt;PRE&gt;proc setinit;
run;&lt;/PRE&gt;&lt;P&gt;The log will have the results. If you do not see something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;---High Performance Suite&lt;/PRE&gt;&lt;P&gt;then you do not have a license.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do see it then perhaps it was not installed. In which case run:&lt;/P&gt;&lt;PRE&gt;proc product_status;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why i still cant run the&amp;nbsp;HPGENSELECT ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is what i get when i run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc product_status;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;_______=====_________________========&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc product_status;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For Base SAS Software ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Image version information: 9.04.01M6P110718&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For SAS/STAT ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For SAS/ETS ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For SAS/IML ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 15.1&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For High Performance Suite ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 2.2_M7&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;For SAS/ACCESS Interface to PC Files ...&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Custom version information: 9.4_M6&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;88&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Aug 2019 22:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-HPGENSELECT-DID-NOT-WORK/m-p/578937#M75576</guid>
      <dc:creator>brook2</dc:creator>
      <dc:date>2019-08-03T22:05:10Z</dc:date>
    </item>
  </channel>
</rss>

