SAS and Lotus Notes, an ideal combination for ... - sasCommunity

SAS and Lotus Notes, an ideal combination for ... - sasCommunity SAS and Lotus Notes, an ideal combination for ... - sasCommunity

sascommunity.org
from sascommunity.org More from this publisher
28.09.2013 Views

Tables on the intranet (7) creating a new style proc template; define style intra1; PARENT=styles.default; STYLE Body FROM Body/ BACKGROUNDIMAGE='logo_zt.gif’; /* Background */ STYLE SystemTitle FROM SystemTitle / /* Title above table */ FONT_SIZE = 4 FOREGROUND = orange BACKGROUND = purple; STYLE Header FROM Header / /* Column-head */ FONT_SIZE = 2 FOREGROUND = orange BACKGROUND = purple; STYLE Data FROM Data / /* Cellse */ FONT_SIZE = 2 FOREGROUND = white BACKGROUND = purple; end; run;;

Tables on the intranet (8) using a different style filename odsout "d:\hugs\output"; ods html body = "polissenikazpstyle.html" path = odsout newfile = output style = intra1; title "Aantal IKAZ-P polissen"; proc tabulate data=d1 missing; run; ods html close;

Tables on the intr<strong>an</strong>et (7)<br />

creating a new style<br />

proc template;<br />

define style intra1;<br />

PARENT=styles.default;<br />

STYLE Body FROM Body/<br />

BACKGROUNDIMAGE='logo_zt.gif’; /* Background */<br />

STYLE SystemTitle FROM SystemTitle / /* Title above table */<br />

FONT_SIZE = 4<br />

FOREGROUND = or<strong>an</strong>ge<br />

BACKGROUND = purple;<br />

STYLE Header FROM Header / /* Column-head */<br />

FONT_SIZE = 2<br />

FOREGROUND = or<strong>an</strong>ge<br />

BACKGROUND = purple;<br />

STYLE Data FROM Data / /* Cellse */<br />

FONT_SIZE = 2<br />

FOREGROUND = white<br />

BACKGROUND = purple;<br />

end;<br />

run;;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!