Most of the output shown in this book is produced with the following SAS System options:
options linesize=80 pagesize=500 nonumber nodate;
The HTMLBLUE style is used to create the HTML output and graphs that appear in the online documentation. A style template controls stylistic elements such as colors, fonts, and presentation attributes. The style template is specified in the ODS HTML statement as follows:
ods html style=HTMLBlue;
If you run the examples, your output might be slightly different, because of the SAS System options you use and the precision that your computer uses for floating-point calculations.