This example creates HTML, PDF, and RTF files and sets the style elements for each
location in the report in the PROC REPORT statement. It then overrides some of these
settings by specifying style elements in other statements. For more information, see
“Style Elements and Style Attributes for Table Regions ” on page 1592.
Program
libname proclib 'SAS-library';
options fmtsearch=(proclib);
ods pdf file='external-PDF-file';
ods rtf file='external-RTF-file';
proc report data=grocery
style(report)=[cellspacing=5 borderwidth=10 ...
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.