ODS PROCTITLE Statement

Determines whether to write the title that identifies the procedure that produces the results in the output.
Valid in: Anywhere
Category: ODS: Output Control
Interaction: This statement applies to all open destinations, except for the output destination, where a procedure label is not an option. This setting persists until you issue an ODS NOPROCTITLE statement. You do not have to issue an ODS PROCTITLE statement for each procedure step.

Syntax

Required Arguments

ODS PROCTITLE
writes, in the output, the name of the procedure that produces the results.
Note: Not all procedures use a procedure title.
Default:ODS PROCTITLE is the default.
ODS NOPROCTITLE
suppresses the writing of the title of the procedure that produces the results.

Details

The following table lists the aliases for the ODS PROCTITLE statement:
Aliases for ODS PROCTITLE
Statement
Alias
ODS PROCTITLE
ODS PROCTITLE=ON
ODS PTITLE
ODS PTITLE=ON
ODS PTITLE=YES
ODS NOPROCTITLE
ODS PROCTITLE=OFF
ODS NOPTITLE
ODS PTITLE=OFF
ODS PTITLE=NO