0 4 5
N N 10
-3 1 47
-3 3 49
-3 2 63
-3 4 52
. 2 1
3 1 31
3 2 37
3 3 27
3 4 55
3 . 1
;
ods path (prepend) work.templat(update);
ods noproctitle;
proc template;
define style white;
parent=styles.htmlblue;
style body /
backgroundcolor=white;
style systemtitle /
backgroundcolor=white
fontsize=6
fontweight=bold
fontstyle=italic;
style systemfooter /
backgroundcolor=white
fontsize=2
fontstyle=italic;
style proctitle /
backgroundcolor=white
color=#6078bf
fontweight=bold
fontstyle=italic;
end;
proc template;
define style white;
parent=styles.htmlblue;
style body /
backgroundcolor=white;
style systemtitle /
backgroundcolor=white
fontsize=6
fontweight=bold
fontstyle=italic;
style systemfooter /
backgroundcolor=white
fontsize=2
fontstyle=italic;
style proctitle /
backgroundcolor=white
color=#6078bf
fontweight=bold
fontstyle=italic;
1064 Appendix 2 Example Programs

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.