Hi,
I have a data table where the sorting has been done on a char8 column successfully.
Now, I would like to do a proc means on the table, but when I get to the VAR statement, the variable column lable doesn't appear from the selection.
I have done the exact same procedure before, but I'm puzzled by why the program no longer detects the column of interest in the "VAR" statement.
Any ideas?
What drop down are you talking about? Are you using Enterprise Guide?
Yes, I am using enterprise guide.
You know when you after you've written "VAR" the Enterprise Guide prompts you to choose from columns to do the means calculations on?
It's like filling in argument(s) in Excel formula.
I suspect it has to do with the data type of the column, which is char8, but it should not matter. (All columns contains text values except the numeric column where the average calculation is done)
Has anybody else ran into the same problem?
Thanks
You cannot take the mean of a character variable.
You can use them in a CLASS statement. Did you try that?
Oh.....right...
I've missed the fact that what's after the "VAR" are columns on which arithmetic average are done, which require them to be numeric.
btw, how would you write it using a CLASS statement?
Thank you
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!
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.
Ready to level-up your skills? Choose your own adventure.