Create RTF and PDF output. The ODS RTF statement opens the RTF destination and creates RTF output. The ODS PDF statement opens the PDF destination and creates PDF output.


ods rtf file="rtfInlinFuncs.rtf";
ods rtf file="pdfInlinFuncs.pdf";