2. Double-click an item store, such as Sashelp.Tmplmst, to expand the list of
directories where ODS templates are stored. The templates that SAS provides are
in the item store Sashelp.Tmplmst.
3. To view the styles that SAS provides, double-click the Styles item store.
4. Right-click the style, such as Journal, and select Open. The style template is
displayed in the Template Browser window.
Using the TEMPLATE Procedure
1. To view the names of all of 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;
2. Submit this code to view the source code of the specified style.
proc template;
source styles.style-name;
run;
Display 9.1 Styles Supplied by SAS
Table of Suggested 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.
782 Chapter 9 Style Templates
Table 9.1 Recommended Styles for ODS Destinations
Destination Recommended Styles Default Style
EPUB Daisy
*
Moonflower
Daisy
Printer family of statements FancyPrinter
FestivalPrinter
GrayscalePrinter
MeadowPrinter
MonoChromePrinter
Monospace
NormalPrinter
Pearl
Printer
Sapphire
SasDocPrinter
SeasidePrinter
Pearl
RTF RTF RTF
TAGSETS.RTF RTF RTF
ODS destination for
PowerPoint
PowerPointDark
PowerPointLight
PowerPointLight
LISTING Listing Listing
Table of Suggested ODS Styles 783
Destination Recommended Styles Default Style
HTML Minimal
EGDefault
Normal
Seaside
HTMLBlue
Analysis
BarrettsBlue
BlockPrint
Default
Dove
Dtree
Festival
Gantt
Harvest
HighContrast
Journal
Journal1
Journal1a
Journal2
Journal2a
Journal3
Journal3a
Meadow
Netdraw
NoFontDefault
Normal
Ocean
Plateau
Raven
SasWeb
Seaside
StatDoc
Statistical
HTMLBlue
TAGSETS.EXCELXP Default Default
*
The Moonflower style for ODS EPUB is designed for nighttime or low-light reading.
784 Chapter 9 Style Templates

Get SAS 9.4 Output Delivery System, 3rd 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.