After upgrading to Windows 10 Pro from Windows 8.1, I no longer can use PROC REG/MODEL, etc., even though I can do all the data manipulation tasks without problems. The log file always shows the error as below:
11 proc reg data = temp;
ERROR: Procedure REG not found.
12 model y x;
13 run;
When I ran PROC SETINIT, I saw that SAS/STAT has been installed (see the following).
---Base SAS Software
30DEC2016
---SAS/STAT
30DEC2016
Is there a way to fix this problem?
Thank you very much.
SAS/STAT and any other modules are not installed properly. Reinstallation is probably required.
Run
proc product_status;run;
This shows what's installed, setinit is what's licensed.
Thank you.
When I ran the code as you suggested, the following is all the log shows. What does this mean?
For Base SAS Software ...
Custom version information: 9.4
Image version information: 9.04.01M0P061913
SAS/STAT and any other modules are not installed properly. Reinstallation is probably required.
Upgrades are free. Contact your SAS rep for the latest version.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.