Dear SAS Community
I am trying to run PROC GLM with hovtest and Tukey on SAS studio. Actually the script works perfectly outside SAS studio environment but not within it. I try to compare Brain volume (BPF) within groups (groupe 2 containing 3 groups HC, MS1 and MS2)
The script:
/*Brain volume : HC vs MS1 vs MS2 */
PROC GLM DATA=trav ;
CLASS Groupe2 ;
MODEL BPF = Groupe2 ;
MEANS Groupe2 / HOVTEST WELCH TUKEY ;
RUN ;
The information from journal:
This problem has been reported before. See this thread and this thread, for example. I'm going to move your question to the SAS Studio community since they probably have the latest information on what causes the problem and how to avoid it.
This problem has been reported before. See this thread and this thread, for example. I'm going to move your question to the SAS Studio community since they probably have the latest information on what causes the problem and how to avoid it.
Thank you Very much for your answer!
After reading posts your recommend, my problem is solved by changing my browser language (moving from french to english)!!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.