BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Cruise
Ammonite | Level 13

Hi guys,

It must be very simple but I couldn't find solution online. How to achieve decimal place with percentn. format below? ob is 0 vs 1 dummy variable. 

 

proc tabulate data=l.mydata order=internal;
var ob;
class durcat agecat race1 assist fam_size hh_smoking area;
tables (All agecat race1 assist fam_size hh_smoking area), 
	   (durcat)*(ob)*(mean*f=percentn.)/nocellmerge printmiss;
where agecat=5; 
run;

Thanks!

1 ACCEPTED SOLUTION
4 REPLIES 4
Cruise
Ammonite | Level 13
I tried percentn5.1 , percentn5.2, percentn5.3, but never thought of 7. I don't why 7 worked but 5
Astounding
PROC Star

You have to provide more detail in the format.  For example, use the format:

 

percentn5.1 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1556 views
  • 1 like
  • 3 in conversation