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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 2603 views
  • 0 likes
  • 2 in conversation