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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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