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!