Skip to Content
SAS Essentials: Mastering SAS for Data Analytics, 2nd Edition
book

SAS Essentials: Mastering SAS for Data Analytics, 2nd Edition

by Alan C. Elliott, Wayne A. Woodward
August 2015
Beginner
520 pages
13h 7m
English
Wiley
Content preview from SAS Essentials: Mastering SAS for Data Analytics, 2nd Edition

19CREATING CUSTOM REPORTS

Throughout the book, procedures such as PROC PRINT and PROC FREQ have been used to produce simple summaries of data. However, these procedures are limited. This chapter introduces two advanced reporting procedures that are designed to help you create professional reports.

19.1 USING PROC TABULATE

PROC TABULATE is used to make summary data tables. Unlike PROC FREQ, it can handle multiple levels in rows and columns. You can use PROC TABULATE to create professional reports and publication ready tables. An abbreviated syntax for PROC TABULATE is as follows:

PROC TABULATE <options>;
CLASS variables < / options>;
VAR variables < / options>;
TABLE <page> ,
 <row> ,
 column
 < / options> ;
… other statements … ;
RUN;

Table 19.1 lists commonly used options for PROC TABULATE. Moreover, Table 19.2 lists useful statements for PROC TABULATE.

Table 19.1 Common Options for PROC TABULATE

Option Explanation
DATA=dataname Specifies which data set to use
OUT=dataname Specifies an output data set
STYLE=styletype Specifies an ODS style format for the table
FORMAT= Specifies a default overall format for each cell, Best 12.2 is the default
ORDER=option Specifies order that categories are displayed. Options are UNFORMATTED, DATA, FORMATTED, and FREQ
MISSING Specifies ...
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.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Hands-On SAS for Data Analysis

Hands-On SAS for Data Analysis

Harish Gulati
Practical Business Analytics Using SAS: A Hands-on Guide

Practical Business Analytics Using SAS: A Hands-on Guide

Venkat Reddy Konasani, Shailendra Kadre
Categorical Data Analysis Using SAS, Third Edition, 3rd Edition

Categorical Data Analysis Using SAS, Third Edition, 3rd Edition

Maura E. Stokes, Charles S. Davis, Gary G. Koch

Publisher Resources

ISBN: 9781119042167Purchase bookOther