This is a SAS proc question, but at the core a statistics question.
I've used proc ttest and other statistical procedures for comparing averages of different groups. But what proc would I use to compare "sample percentages"? I'm guessing it may depend on how my data is laid out, so I'll provide a couple possibilities...
1. DETAILED data
Team Person_id Cancelled_flag
A 123 Y
A 456 N
B 789 Y
B 555 Y
2. Or SUMMARIZED data
Team Total_count Cancelled_count
A 100 40
B 120 50