I'm sorry, I'm still new here. Here's what it said in the log window 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; NOTE: ODS statements in the SAS Studio environment may disable some output features. 71 72 /* 73 * 74 * Task code generated by SAS Studio 3.7 75 * 76 * Generated on '8/5/19, 10:10 AM' 77 * Generated by 'u40795001' 78 * Generated on server 'ODAWS01-APSE1.ODA.SAS.COM' 79 * Generated on SAS platform 'Linux LIN X64 3.10.0-693.21.1.el7.x86_64' 80 * Generated on SAS version '9.04.01M5P09132017' 81 * Generated on browser 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) 81 ! Chrome/75.0.3770.142 Safari/537.36' 82 * Generated on web client 82 ! 'https://odamid.oda.sas.com/SASStudio/main?locale=en_US&zone=GMT%252B08%253A00&https%3A%2F%2Fodamid.oda.sas.com%2FSASStud 82 ! io%2F=' 83 * 84 */ 85 86 ods noproctitle; 87 ods graphics / imagemap=on; 88 89 proc glm data=WORK.IMPORT; 90 class Days CM Water CS; 91 model Volume=Days CM Water CS Days*CM Days*Water Days*CS CM*Water CM*CS 92 Water*CS Days*CM*Water Days*CM*CS Days*Water*CS CM*Water*CS Days*CM*Water*CS 93 / ss1 ss3; 94 lsmeans Days CM Water CS / adjust=tukey pdiff=all alpha=0.05 cl; 95 quit; WARNING: LSMEAN differences for Days are not estimable; no table of differences will be produced. WARNING: LSMEAN differences for CM are not estimable; no table of differences will be produced. WARNING: LSMEAN differences for CS are not estimable; no table of differences will be produced. NOTE: PROCEDURE GLM used (Total process time): real time 0.22 seconds user cpu time 0.23 seconds system cpu time 0.01 seconds memory 6635.50k OS Memory 34916.00k Timestamp 08/05/2019 02:10:32 AM Step Count 197 Switch Count 74 Page Faults 0 Page Reclaims 1901 Page Swaps 0 Voluntary Context Switches 469 Involuntary Context Switches 1 Block Input Operations 0 Block Output Operations 816 96 97 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 109
... View more