
Concepts: PRINT Procedure
About PROC PRINT Output
By default, PROC PRINT produces an HTML report when you run SAS in the
windowing environment. In all other operating modes, the default destination is
LISTING. You can modify the appearance of the report by using PRINT procedure
statements and options. The PRINT procedure statements, PROC PRINT, BY,
PAGEBY, SUMBY, ID, SUM, and VAR control the content of the report. The options
for each statement control the appearance of the report.
To change the ODS destination for the report, use ODS statements before the PROC
PRINT statement. If you do not want HTML output, be sure to close the ODS HTML
destination ...