Overview

Introduction

To list the information in a data set, you can create a report with a PROC PRINT step. Then you can enhance the report with additional statements and options to create reports like those shown below.
PROC PRINT
PROC PRINT

Objectives

In this chapter, you learn to
  • specify SAS data sets to print
  • select variables and observations to print
  • sort data by the values of one or more variables
  • specify column totals for numeric variables
  • double space LISTING output
  • add titles and footnotes to procedure output
  • assign descriptive labels to variables
  • apply formats to the values of variables.

Get SAS Certification Prep Guide: Base Programming for SAS 9, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.