Skip to Main Content
Output Delivery System: The Basics and Beyond
book

Output Delivery System: The Basics and Beyond

by Lauren E. Haworth, Cynthia L. Zender, Michele M. Burlew
October 2009
Beginner content levelBeginner
636 pages
13h 35m
English
SAS Institute
Content preview from Output Delivery System: The Basics and Beyond

Examining the Components of an ODS Style Template Definition

You don't have to know how style templates work in order to be able to use them. However, you do need to learn something about them if you want to be able to modify them. The SOURCE statement in PROC TEMPLATE can list the source code for a style template definition. The following step lists the source code for the Default style.

PROC TEMPLATE;
   SOURCE Styles.Default;
RUN;

This step produces a list in the SAS log that is hundreds of lines long. To keep things simple, we're just going to look at a small sample of the code. Figure 13.7 shows the lines of source code that affect the titles in your output. This includes the default SAS title ("The SAS System ...") and any titles you add ...

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.
Start your free trial

You might also like

PROC REPORT by Example

PROC REPORT by Example

Lisa Fine
ODS Techniques

ODS Techniques

Kevin D. Smith

Publisher Resources

ISBN: 9781599946603Purchase book