| Dictionary of ODS Language Statements |
| 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; |
writes, in the output, the name of the procedure that produces the results.
Note: Not all procedures use
a procedure title. ![[cautionend]](../../../../common/61991/HTML/default/images/cautend.gif)
| Default: | ODS PROCTITLE is the default. |
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=YES |
|
| ODS NOPROCTITLE |
ODS PROCTITLE=OFF
ODS PTITLE=NO |
|
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.