Skip to Main Content
SAS 9.4 Output Delivery System, 2nd Edition
book

SAS 9.4 Output Delivery System, 2nd Edition

by SAS Documentation
December 2013
Intermediate to advanced content levelIntermediate to advanced
2058 pages
74h 56m
English
SAS Institute
Content preview from SAS 9.4 Output Delivery System, 2nd Edition
.data {
background-color: linen;
}
[type="char"] {
color: red;
font-weight:bold;
}
[name="mpg_city"] {
background-color: lightyellow;
}
Apply the CSS to PDF Output
options nodate nonumber obs=25;
ods html close;
ods pdf notoc file="myoutput.pdf"
cssstyle="your-file-path\ColorMapCss.css";
title "Comparison of City and Highway Miles Per Gallon";
title2 "Colors Added by CSS";
proc print data=sashelp.cars;
var make model type Origin MPG_City MPG_Highway;
run;
ods pdf close;
Program Description
After you have created your CSS, you can apply it to your PDF output by using the
CSSSTYLE= option in the ODS PDF statement.
Close the HTML destination and set the SAS system ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Cryptologic Aspects of German Intelligence Activities in South America during World War II

Cryptologic Aspects of German Intelligence Activities in South America during World War II

David P. Mowry

Publisher Resources

ISBN: 9781629590011