I would like an answer to this question too.
But for now, I change the Y/N character column into 1/0 numeric column. IF int_type = 'Y' THEN int_type_flag = 1 ELSE 0;
Then I use this code
proc report data=in;
column r_type b_type int_type_flag;
define r_type b_type/ group;
define int_type_flag / analysis SUM;
run;
Hi:
Can you show all the code that you are using so far, including the code that you have used to create int_type_flag???
cynthia
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.