Previous Page | Next Page

Dictionary of ODS Language Statements

ODS RESULTS Statement



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

Syntax
Required Arguments
Details

Syntax

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.

Previous Page | Next Page | Top of Page