Hi: The "general" way is to use ODS PROCLABEL and/or the CONTENTS= option for procedures like PRINT, REPORT and TABULATE that have the CONTENTS= option. For other procedure output, the more general way to control the TOC is to use ODS DOCUMENT and PROC DOCUMENT, as shown in these papers: https://support.sas.com/resources/papers/sgf09/318-2009.pdf and http://support.sas.com/rnd/base/ods/scratch/document-tips.pdf and https://support.sas.com/resources/papers/proceedings12/273-2012.pdf and https://blogs.sas.com/content/sastraining/2012/11/19/ods-at-your-fingertips-with-proc-document/ Cynthia
... View more