BookmarkSubscribeRSS Feed
millhouse123
Calcite | Level 5

I am trying to get a table of all the p-values for Tukey multiple comparison and I get an SAS error when trying to run the my code.  I am using SAS ONdemand(online) version.  

 

PROC GLM data = oil;
Class oil Cylinder;
model mpg=cylinder oil cylinder*oil;
*means Oil*Cylinder /cldiff tukey;
lsmeans oil/stderr pdiff=all adjust=tukey;
run;

 

here is the error:

 

/‌pbr/‌biconfig/‌940/‌Lev1/‌Web/‌WebAppServer/‌SASServer1_1/‌temp/‌SASStudioSessions/‌b20224ef-20c7-422d-939a-39d41783d0b6/‌39a33fde-db5b-4c47-989e-baa16f9bdc33.sas (No such file or directory)

2 REPLIES 2
millhouse123
Calcite | Level 5

I logged out and back in and now it works.  Thanks

Reeza
Super User

Please mark the question as solved, with your answer of logging out/back in as the solution.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1850 views
  • 0 likes
  • 2 in conversation