Steps
|
Tools
|
Comments
|
---|---|---|
Specify formatting for
your output.
|
ODS formatting statements
can specify formats such as listing, HTML, RTF, EPUB, PowerPoint,
and PDF.
|
You can produce output
in multiple formats at the same time by specifying more than one format.
Note: If you want only the default
output, then you do not need a destination ODS statement.
|
Specify structure.
|
The ODS option in the
FILE statement lists the variables and the order in which they appear
in the output.
|
Additional suboptions
give you even more control over the structure.
|
Connect the data to
the template.
|
The FILE PRINT ODS statement
creates an output object by binding a data component to a table template
(template).
|
You can specify other
details by using ODS suboptions in the FILE PRINT ODS statement.
|
Output data.
|
The PUT statement writes
variable values to the data component.
|
A simple way to output
all variable values is to use PUT _ODS_.
|
Topic
|
Where to learn more
|
---|---|
ODS formatting statements
|
Dictionary of ODS Language Statements in SAS Output Delivery System: User’s Guide
|
ODS destinations
|
Understanding ODS Destinations in SAS Output Delivery System: User’s Guide
|
How ODS works
|
Overview of How ODS Works in SAS Output Delivery System: Procedures Guide
|