Skip to Main Content
PROC TABULATE by Example, Second Edition
book

PROC TABULATE by Example, Second Edition

by Lauren Haworth Lake, Julie McKnight
May 2015
Intermediate to advanced content levelIntermediate to advanced
348 pages
11h 31m
English
SAS Institute
Content preview from PROC TABULATE by Example, Second Edition

Percentages for Multiple Column Variables

Overview

This next example looks at a similar table, but this time we are computing percentages for multiple column variables. Again, we will be building percentages for more than one variable at a time.
Our starting point is a table similar to the one in the previous examples. It shows a breakdown of customers by country, gender, business type, and business size. Only this time, there are multiple row variables and multiple column variables. The following code produces a table that shows the number of customers in each category:
PROC TABULATE DATA=TEMP;
   CLASS GENDER CTRY CUSTTYPE SIZE;
   TABLE CTRY*GENDER, (CUSTTYPE SIZE)*N;
RUN;
Again, it would be much more interesting to see some percentages. This ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

SAS 9.4 Language Reference, 6th Edition

SAS 9.4 Language Reference, 6th Edition

SAS Institute

Publisher Resources

ISBN: 9781607649908