| The Complete Guide to the SAS Output Delivery System |
Prior to
Version 7, SAS procedures that produced
printed output (that is, output destined for the procedure output file) generated
output that was designed for a traditional line-printer. This type of output
has limitations that prevent users from getting the most value from their
results:
Beginning with Version 7, procedure output became much
more flexible. The Output Delivery System (ODS) has been designed to overcome
the limitations of traditional SAS output and to make it easy to make new
formatting options available to users. ODS is a method of delivering output
in a variety of formats and of making the formatted output easy to access.
Important features of ODS include the following:
In addition, ODS removes responsibility for formatting
output from individual procedures and from the DATA step. The procedure or
DATA step supplies raw data and the name of the table definition that contains
the formatting instructions, and ODS formats the output. Because formatting
is now centralized in ODS, the addition of a new ODS destination does not
affect any procedures or the DATA step. As future destinations are added
to ODS, they will automatically become available to all procedures that support
ODS and to the DATA step.
This document provides several different kinds of information
about ODS.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.