BookmarkSubscribeRSS Feed
Alchemy1ndex
Fluorite | Level 6

Hi. I am trying to run proc countreg and every time I try to run this, I get the following error in the SAS log:

 

"Unable to load tkrest extension."

 

Here is the code that I am running:

proc countreg data=models1;
	model f_avg_timed_ppt = avg_timed_hop_ppt /dist=zip;
	zeromodel avg_timed_hop_ppt;
run;

 

Any idea how I can resolve this? I tried googling but could not find a solution.

Thank you!

-TJR

4 REPLIES 4
ChrisHemedinger
Community Manager

@Alchemy1ndex What environment are you using?  SAS University Edition by chance?  I ask because COUNTREG is part of SAS/ETS, and it might not be one of the ETS procedures that's included.

 

If using a fully installed version of SAS, then it might be an install problem.  You'll probably need to work with SAS Tech Support and/or your SAS admin to resolve it.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Alchemy1ndex
Fluorite | Level 6

I'm not sure if I am using a university edition or not. I work with a university and SAS was pre-installed on the computer. Is there a way that I can tell?

However, it looks like I am running SAS/ETS, as this pops up in my log when I first fire up SAS:

 

NOTE: Updated analytical products:

SAS/STAT 14.3
SAS/ETS 14.3
SAS/OR 14.3
SAS/IML 14.3
SAS/QC 14.3

ChrisHemedinger
Community Manager

You're likely using a full version of SAS, not the packaged SAS University Edition.  You'll probably need to work with your SAS admin at Duke to see about getting this installed.  If it's on your own PC, you might need to reinstall or use an updated install depot.  If using a centralized environment hosted at Duke, your SAS admin/IT would need to do that.

 

That is...if this is truly an install issue.  PROC PRODUCT_STATUS; RUN; will show you what you have licensed/installed.  If SAS/ETS wasn't licensed, I'd expect a different error message.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Alchemy1ndex
Fluorite | Level 6

Yes, that is weird.

I'll talk with my admin and see if I can get it resolved.

 

Thank you for the help!

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1009 views
  • 0 likes
  • 2 in conversation