BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
NKormanik
Barite | Level 11

Please visit the following page covering Proc GLM:

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_glm_details2...

 

I copied and pasted the example given into SAS 9.4, and ran it.

 

SAS never gets past the line:

 

lsmeans Treatment;

 

Just keeps running. Forever.

 

Any ideas why that might be?

 

Thanks!

 

Nicholas Kormanik

 

1 ACCEPTED SOLUTION

Accepted Solutions
WarrenKuhfeld
Ammonite | Level 13

It is an interactive procedure.  It is waiting for you to do something else.  Add a quit; statement if you want it to quit waiting.

View solution in original post

3 REPLIES 3
WarrenKuhfeld
Ammonite | Level 13

It is an interactive procedure.  It is waiting for you to do something else.  Add a quit; statement if you want it to quit waiting.

NKormanik
Barite | Level 11
Oh...

(I can hear some chuckles out there...)

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
  • 3 replies
  • 1517 views
  • 2 likes
  • 2 in conversation