BookmarkSubscribeRSS Feed
EloarL
Obsidian | Level 7

IS IT NECESSARY TO DO ANY PROCEDURE BEFORE RUNNING THE HPCLUS PROCESS? EVERY TIME I RUN PROC GOT THE MESSAGE - ERROR: Procedure HPCLUS not found.

5 REPLIES 5
ballardw
Super User

Run this code:

proc setinit;run;

If your log does not show something like

---High Performance Suite

in the output then you are not licensed for the HP procedures and would need to add it to your license and install.

If it is in the log then run:

proc product_status;run;

If you do not see something similar to:

For High Performance Suite ...
   Custom version information:

then the HP procedures were not installed and need to be installed.

EloarL
Obsidian | Level 7
I understand, thanks for the help ... in this case then I will need to perform the istalation.
tim-hahn
Fluorite | Level 6

hi @ballardw ,

I also have the problem, that when I want to run hpclus an ERROR accords saying: Procedure HPCLUS not found.

 

However if I run proc setinit I can se -- High Performance Suit.

 

Do you have any suggestions?

 

Thank you!

ballardw
Super User

@tim-hahn wrote:

hi @ballardw ,

I also have the problem, that when I want to run hpclus an ERROR accords saying: Procedure HPCLUS not found.

 

However if I run proc setinit I can se -- High Performance Suit.

 

Do you have any suggestions?

 

Thank you!


Did you run the proc product_status to see if it was installed? If it was installed and the proc is not available then you may need to share your SAS version, or the High Performance Suite version or contact SAS tech support. I am not sure if HPClus is available in earlier versions.

tim-hahn
Fluorite | Level 6

Thank you for your quick response @ballardw .

 

Yes I ran it and it says: 

For High Performance Suit ...

Custom version Information 2.2_M6

 

I use SAS software 9.4

 

Do I have to update the High Performance Suit? And if so how can I do this?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 1367 views
  • 2 likes
  • 3 in conversation