BookmarkSubscribeRSS Feed
CathyVI
Lapis Lazuli | Level 10

Hello,

Am not sure why I am encountering this problem in my proc reg. Any help?

CathyVI_0-1648831061202.png

 

5 REPLIES 5
AMSAS
SAS Super FREQ

Do you have SAS/STAT licensed?
Run
PROC SETINIT ; RUN;

CathyVI
Lapis Lazuli | Level 10

@AMSAS Yes I do. I ran it and my Expiration date is : 14NOV2022.

What could be the problem?

sbxkoenk
SAS Super FREQ

Can you try another SAS/STAT procedure? Does it work ... or same ERROR?
Maybe you have a SAS/STAT license, but SAS/STAT is not installed?

 

Thanks,

Koen

AMSAS
SAS Super FREQ

I recommend you open a TS track for this question.

Please include the following:
- SAS Version you are running (the following code will report SAS version information)
%put &sysvlong ;
%put &sysscpl ;
%put &syssite ;
- Registry Report (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.

- Was this working in the past?

- When was it last working?
- What has changed since the last time it was working?
- The SAS log (text not screen shot)

It might also be helpful to run a documented example and include the log from that - Although I expect that will fail too

ballardw
Super User

@CathyVI wrote:

@AMSAS Yes I do. I ran it and my Expiration date is : 14NOV2022.

What could be the problem?


That confirms that you have SAS/Stat licensed.

 

Now run

proc product_status;
run;

The log will show something similar to the following. If SAS/STAT does not appear in this then that means it was not installed and you need to reinstall SAS making sure that all the licensed products are selected for installation.

For Base SAS Software ...
   Custom version information: 9.4_M4
   Image version information: 9.04.01M4P110916
For SAS/STAT ...
   Custom version information: 14.2
For SAS/GRAPH ...
   Custom version information: 9.4_M4
For High Performance Suite ...
   Custom version information: 2.2_M5
For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M4
For SAS/ACCESS Interface to ODBC ...
   Custom version information: 9.4_M4

If SAS/STAT does appear in the Product_status output then you really do need to contact tech support as that may indicate something really odd has happened to your install and you want professionals working with all the tools to diagnose such.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1748 views
  • 4 likes
  • 4 in conversation