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 now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.