BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
dankiser
Calcite | Level 5

Hi all,

 

I'm trying to figure out why ETS is not working on my system, but everything else seems to be working fine.  I am NOT using the University Edition.  When I enter the command:

 

proc setinit noalias; run;

 

I get:

 

Original site validation data

Current version: 9.04.01M3P062415

Site name: 'Board of Regents, NV System of Higher Ed - Admin'.

Site number: 70128586.

Expiration: 30Sep2018.

Grace Period: 45 days (ending 14Nov2018).

Warning Period: 55 days (ending 08Jan2019).

System birthday: 18Sep2017.

Operating System: WX64_WKS.

Product expiration dates:

.

.

.

---SAS/ETS

30SEP2018

.

.

.

 

Also, %sysprod(ETS) returns a 1.  However, I've tried running proc expand, proc timeseries, proc autoreg, and proc forecast, and they all return something like the following message:

 

ERROR: Procedure AUTOREG not found.

 

Does it have something to do with the fact that the software is in the grace/warning period?  But I don't understand why procedures like GENMOD still work fine, and these procedures don't.  

 

Thanks for any solutions or suggestions!

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
Try running this:

proc product_status;run;

This tells you what is installed, not just licensed.

View solution in original post

2 REPLIES 2
Reeza
Super User
Try running this:

proc product_status;run;

This tells you what is installed, not just licensed.
dankiser
Calcite | Level 5
Hi Reeza,



Thanks, this was very helpful. Apparently I was working with a hobbled installation. When I ran proc product_status, it returned the base software, SAS/STAT, SAS/ACCESS to various databases and High Performance Suite, but not SAS/ETS or anything else.



Thanks again,



Daniel


sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1303 views
  • 0 likes
  • 2 in conversation