Output Delivery System: The Basics and Beyond
by Lauren E. Haworth, Cynthia L. Zender, Michele M. Burlew
Overview
So, what is the Output Delivery System? Before SAS 8, procedures and DATA steps produced output that went straight to the listing window (or an LST file or the SYSOUT DD file). With ODS, the procedures and DATA steps simply produce raw data, and ODS supplies the structure and format for the output. For example, if you run a simple PROC CORR to get the correlation coefficient for two variables, ODS could create the HTML output shown on the left in Figure 2.1.
The CORR procedure did not create the tables, formatting, or even the labels for the rows and columns. The CORR procedure simply produced the raw data for the table cells. Figure 2.2 shows this raw data. (Note that Figure 2.2 is a simplification. The data is actually stored as double-precision ...
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