ODS RESULTS Statement

Tracks ODS output in the Results window.
Valid in: Anywhere
Category: ODS: Output Control
Alias: ODS RESULTS|NORESULTS;
Restriction: Valid in a windowing environment only, not in batch mode.

Syntax

ODS RESULTS ON | OFF;
ODS RESULTS= ON | OFF;

Required Arguments

ON
tracks output that ODS generates in the Results window.
OFF
turns off the tracking of output that ODS generates in the Results window.

Details

Using ODS RESULTS ON sends all output to the Results window. This is the default setting. Using ODS RESULTS OFF disables ODS tracking, and output is not sent to the Results window. The OFF option is recommended for long-running jobs, such as regression analyses, when you do not want to track all of the output.