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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.