BookmarkSubscribeRSS Feed
deleted_user
Not applicable
i´ve run the following code:


libname arq 'C:\test\';
data arq;
infile 'C:\test\test.txt';
input v1 group
v2
v3
v4;

proc GLM data=arq order=internal;
TITLE test';
class group;
model tr1-tr4 = group /nouni;
repeated serie 4;
run;


it didn´t worked... I received the message "ERROR: Procedure GLM not found"

it´s the first time I use this sas installation. Is it a programming error or a software error?

Thanks

rpavao
4 REPLIES 4
Lex_SAS
SAS Employee
Most likely you do not have the SAS/STAT module licensed.
Run the following code to see your licensed modules:

PROC SETINT;
RUN;

Hope this helps,

Lex Jansen
deleted_user
Not applicable
Thanks Lex, I followed your suggestion, but there is SAS/STAT in the list...

---Base Product 12DEC2008
---SAS/STAT 12DEC2008

Do you have other suggestion?
Lex_SAS
SAS Employee
I would contact either your local SAS installation support or contact SAS Support.
deleted_user
Not applicable
I will do it
Thanks

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 4 replies
  • 3271 views
  • 0 likes
  • 2 in conversation