UMASS Department of:
Biostatistics and Epidemiology

Basics
Combos
Desc Stats
Advanced
Index
SASHome
Print
Freq
Chart
Means
Univariate
Plot
more....
Printing Lists of Data
Making Lists Easy to Read


Introduction

We illustrate how to make lists easy to read tasks using PROC PRINT by using options in PROC PRINT. Use of LABEL and FORMAT statements is described elsewhere. The illustrations use data read by a simple SAS program that consists of the full data from a study of Intensive Care. The SAS data set used in this example includes LABELS and FORMATS to make it easy to understand.

Task

Result

SAS Keywords/Code

Detail

a. Vertical vs Horizontal Labels

Table 3a1, 3a2.

PROC PRINT HEADING=V

b. Uniform Column Widths

Table 3b.

PROC PRINT WIDTH=U


Last Update:9/29/98
Comments: Ed Stanek
Email:
stanek@schoolph.umass.edu
\ed\web\be691\webready\sdprt4.html