SAS Institute. The Power to Know

FOCUS AREAS

Return to previous page

Base SAS

ODS XML Statement

The syntax of the ODS XML statement is rather terse at the moment, but many more options are on the way. If you have any requests, please let us know.

ODS XML
FILE="filename" | FILE= fileref
[CLOSE]
FILE= "filename" | fileref

specifies the output file specified as either a quoted native file name or a SAS fileref.

CLOSE

closes the specified ODS destination.