Skip to main Content

Procedure Titles

To remove the procedure title, for example: "The FREQ Procedure" from the output window you can use the ODS statement:
ODS NOPROCTITLE; 

If you want the Procedure title back again issue the statement:

ODS PROCTITLE;