October 2009
Beginner
636 pages
13h 35m
English
Switching from one style template to another is quite simple. To switch to a new style template for your current SAS session, you can manually change the style template using the Preferences window as shown in the previous example. However, you have to remember to do this for each session. A better approach is to include the style template name in your program.
To switch from the default style template for a given output destination, all you do is add the STYLE= option to your ODS statement when you open the output destination. For example, if you wanted to create HTML output using the Analysis style template, you would add STYLE=Analysis to your code. The following example shows how to use the same procedure ...
Read now
Unlock full access