Previous Page | Next Page

Dictionary of ODS Language Statements

ODS _ALL_ CLOSE Statement



Closes all open ODS output destinations.
Valid: anywhere
Category: ODS: Output Control

Syntax
Details

Syntax

ODS _ALL_ CLOSE;


Details

The ODS _ALL_ CLOSE statement closes all open ODS output destinations.

Note:   Be sure to open one or more ODS destinations before you execute your next program so that you can view or print your output within the same SAS session.   [cautionend]

Previous Page | Next Page | Top of Page