BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am reading a text book published in 94 and it mentioned a procedure called REG for regression. Unfortenately it seems that REG is no longer used in SAS9.0. My question is what is the equivalent procedure in doing regression analysis in SAS9?
Thanks!
gimmy
3 REPLIES 3
David_SAS
SAS Employee
PROC REG remains available in SAS 9 to customers who have licensed SAS/STAT software. If you're not finding it, that suggests that your site no longer licenses it, or it was not installed. You should check with whoever installs/manages SAS at your site.

-- David Kelley, SAS
Chevell_sas
SAS Employee
You can also run the PROC SETINIT procedure to show you all of your licensed products.

proc setinit;
run;
deleted_user
Not applicable
Problem is solved. Thanks!
gim

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 2069 views
  • 0 likes
  • 3 in conversation