ODS PROCLABEL Statement

Enables you to change a procedure label.
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. However, this setting lasts for only one procedure step. You must issue an ODS PROCLABEL statement for each procedure step that you have.

Syntax

ODS PROCLABEL 'string';
ODS PROCLABEL= 'string';

Required Argument

'string'
is the procedure label that you specify.
Interaction:The NOLABEL system option overrides the ODS PROCLABEL statement. Therefore, to produce labels using the ODS PROCLABEL statement, you must specify the LABEL system option also.

Details

ODS PROCLABEL affects the item names in the outer list of the table of contents.

See Also

System Option