Suppress the insertion of table of contents data into the RTF file. The TOC_DATA='NO' option instructs ODS not to insert the table of contents data into the RTF file. Therefore, because the TABULATE procedure follows the TOC_DATA='NO' option, there will be no entry for the TABULATE procedure in the table of contents page.


ods tagsets.rtf options(toc_data='no');