Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the purpose of the ODS statement in SAS?
Answer: The ODS (Output Delivery System) statement in SAS is used to control the output destination and format of SAS output, such as creating HTML, PDF, or RTF files.

Example:

ODS HTML FILE='output.html'; PROC PRINT DATA=dataset; RUN; ODS HTML CLOSE;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook