Suggested Output Delivery System (ODS) Styles

With ODS, you can use any style with any output destination. However, for each destination, SAS supplies one or more styles that are optimized to work with the output the destination creates. The styles that are available depend on the version of SAS that you are running.
To view the names of all the style templates that are shipped with SAS, submit the following program. The style templates are all located in the Styles folder by default.
proc template;
   list styles;
run;
Table 20.1 Recommended Styles for ODS Destinations
Destination
Recommended Styles
Default Style
EPUB
Daisy
1Moonflower
Daisy
EXCEL
Excel
Excel
Printer family of statements
FancyPrinter
FestivalPrinter ...

Get PROC TABULATE by Example, Second 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.