Previous Page | Next Page

Dictionary of ODS Language Statements

ODS PROCTITLE Statement



Determines whether to write the title that identifies the procedure that produces the results in the output.
Valid: 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
Details

Syntax

ODS PROCTITLE | NOPROCTITLE;


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.  [cautionend]

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:

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

Previous Page | Next Page | Top of Page