Hi!
I would like to show proc means result with commax20. format.
For example I want see this report in commax20. and not in the default bestw. format. I add a format statement but it dosn't work.
proc means data = sashelp.citiday sum;
var snydjcm;
format snydjcm commax20.;
run;
Thank for your help.
Daniele
p.s.
I'm using Sas Studio version.
Yes, Proc Means has a mind of its own here. See the usage note below for workarounds 🙂
Yes, Proc Means has a mind of its own here. See the usage note below for workarounds 🙂
thanks a lot...it's very intresting.
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 how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.