ODS PATH work.templat(update) sasuser.templat(read)
sashelp.tmplmst(read);
Proc Template;
Define Style Styles.STNDR /*/ Store = SASuser.Templat*/;
Parent = Styles.printer ;
replace body from document /
leftmargin=1.10in
rightmargin=0.6in
topmargin=0.75in
bottommargin=0.5in
;
style table from table/
frame=void
WATERMARK=ON
protectspecialchars=off
rules=groups
cellpadding=2pt cellspacing=1.25pt borderwidth=0.5pt;
Style SystemTitle From TitlesAndFooters /
Font = ( "Times New Roman",12Pt,Bold )
Just = Center ;
Style SystemFooter From TitlesAndFooters /
Font = ( "Times New Roman",10Pt,Bold )
Just = Center ;
replace HeadersAndFooters from Cell /
font = fonts('docFont')
foreground=colors('datafg')
background=colors('databg')
protectspecialchars=off;
End ;
run;
... View more