Previous Page | Next Page

Dictionary of ODS Language Statements

ODS SHOW Statement



Writes the specified selection or exclusion list to the SAS log.
Valid: anywhere
Category: ODS: Output Control

Syntax
Options
See Also

Syntax

ODS <ODS-destination> SHOW;


Options

ODS-destination

specifies which ODS destination's selection or exclusion list to write to the SAS log. ODS-destination must be a valid ODS destination. For information about ODS destinations, see Understanding ODS Destinations. For information about selection and exclusion lists, see Selection and Exclusion Lists.

Default: If you omit ODS-destination, ODS SHOW writes the overall selection or exclusion list.

See Also

Statements:

ODS EXCLUDE Statement

ODS SELECT Statement

ODS TRACE Statement

Previous Page | Next Page | Top of Page