Trigger the page orientation change. This RTF statement triggers the change of the
page orientation from protrait to landscape.
ods rtf;
Print the Sashelp.Class data set with only one observation.
proc print data=sashelp.class (obs=1);
run;
Close the RTF destination. The ODS RTF CLOSE statement closes the RTF
destination and all the files that are associated with it. If you do not close the destination,
you cannot view the files in a browser window.
ods rtf close;
ods html;
RTF Output
The following shows the RTF output for the first page. The orientation is portrait, which
is the default.
718Chapter 6•Dictionary of ODS ...
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.