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

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

SAS/STAT and any other modules are not installed properly. Reinstallation is probably required. 

View solution in original post

5 REPLIES 5
Reeza
Super User

Run

 

proc product_status;run; 

 

This shows what's installed, setinit is what's licensed. 

smilingmelbourne
Fluorite | Level 6

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

Reeza
Super User

SAS/STAT and any other modules are not installed properly. Reinstallation is probably required. 

smilingmelbourne
Fluorite | Level 6
Thank you. Looks like I have to downgrade my Windows 10 to Windows 8 in order to install this SAS version.
Reeza
Super User

Upgrades are free. Contact your SAS rep for the latest version. 

SAS Innovate 2025: Register Now

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!

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 5 replies
  • 3718 views
  • 1 like
  • 2 in conversation