BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am having a problem getting some of my proc statements to work. I used a mixed model (proc mixed), proc plot etc about 2 months ago now when I try to do anything more difficult than proc means then is says proc mixed not found... One question I have is could this be a vista glitch??

Here is my start up log and possibly my probelem...


NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) 9.1 (TS1M3)
Licensed to UTAH STATE UNIV-COMPUTER SERVICES- T&R, Site 0015553001.
NOTE: This session is executing on the WIN_PRO platform.



NOTE: SAS 9.1.3 Service Pack 4

NOTE: SAS initialization used:
real time 8.54 seconds
cpu time 1.01 seconds
if it is on the WIN_PRO platform is that a conflict if I am running Vista?

Here is my mixed Model:

proc mixed data = brdveg method = type3;
class brd cat yr;
model tsrb = brd|cat / outp= residuals ddfm=satterthwaite;
random cat cat*yr;
lsmeans cat brd / pdiff=all adjust=tukey;
lsmeans cat*brd;
ods output lsmeans=lsmeans;
run;

Here is the log output:

322 proc mixed data = brdveg method = type3;
ERROR: Procedure MIXED not found.
323 class brd cat yr;
324 model tsrb = brd|cat / outp= residuals ddfm=satterthwaite;
325 random cat cat*yr;
326 lsmeans cat brd / pdiff=all adjust=tukey;
327 run;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE MIXED used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds Message was edited by: Red-Grouse
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
Unlikely. The usual cause of this is that the person who installed SAS on this machine neglected to install the SAS/Stat product.

Check this thread to see what is installed on your machine
http://support.sas.com/forums/thread.jspa?messageID=17851䖻

Doc Muhlbaier
Duke
deleted_user
Not applicable
Thanks Doc I reinstalled and made sure the SAS/STAT was installed this time and I am now running proc mixed.....

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