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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3995 views
  • 0 likes
  • 2 in conversation