BookmarkSubscribeRSS Feed
jeralt
Calcite | Level 5

Hi,

I 'm running SAS Studio https://odamid.oda.sas.com 

 There are 12 variables in my data set from aa to ll

The code contents many PROCs which work well except GLM and ANVOVA . What can it be ?

 

I use dot as decimal separator , perhaps I should use coma ?

 

If the data work with a PROC MEANS it should work with a proc GLM, right ?

 

50011160.1390174112.861346613270.6660.8242838140.626131108522.666273.000364
5001250.9465776963.8055866634.667120.6804578750.188071306245.334114.752164
50013139.4144644136.006738477.3331080.5546985410.794078303360275.421203
50014165.767944994.3000365374.66678.6670.450424840.83422025338.666260.067981
5001599.5642327688.2515697193.334400.9374249910.453249728425.334187.815803
50016101.4125085139.74609046417.3330.6310858580.124032092362.666241.158599

 

 

 

 

thanks

 

142 proc glm data=fente4;
143 class cc;
144 model ll2=cc;
145 means cc / duncan;
146 run;
 
ERROR: Invalid characters were present in the data.
ERROR: Une erreur s'est produite lors du traitement des données texte.
ERROR: Invalid characters were present in the data.
1 REPLY 1
jeralt
Calcite | Level 5
problem solved . I changed the parameters of my computer to English (dot separator) , and then I created my .prn file .

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1443 views
  • 0 likes
  • 1 in conversation