Example: quiz answers
Search results with tag "Style template"
PROC TEMPLATE: The Basics Lauren Haworth, Genentech, Inc ...
support.sas.com(ODS), SAS takes the raw procedure output and applies a style template to control how the results are displayed. This includes the fonts, colors, and borders. By default, SAS has a style template it will use for each output destination. If you request HTML output using the following code: * sample program 1 ; ods html file='sample1.html';