| SAS Output |
SAS output is the result of executing SAS programs. Most SAS procedures and some DATA step applications produce output.
There are three types of SAS output:
contains a description of the SAS session and lists the lines of source code that were executed. Depending on the setting of SAS system options, the method of running SAS, and the program statements that you specify, the log can include the following types of information:
notes, warnings, or error messages encountered during program execution
the number of variables and observations each data set contains
The log is also used by some of the SAS procedures that perform utility functions, for example the DATASETS and OPTIONS procedures. See Base SAS Procedures Guide for more information.
Because the SAS log provides a journal of program processing, it is an essential debugging tool. However, certain system options must be in effect to make the log effective for debugging your SAS programs. Customizing the Log describes several SAS system options that you can use.
contain the results of most SAS procedures and some DATA step applications. Results can be routed to a file, and printed as a listing. If you use the Output Delivery System (ODS), you can produce results for a high resolution printer or create HTML output for use with a web browser. You can customize your output by modifying or creating your own table definitions, which are descriptions of how you want to format your output. For more information about the flexibility of ODS, see the SAS Output Delivery System: User's Guide.
When the SAS log is not active, it contains information, warning, and error messages. When the SAS log is active, the SAS console log is used only for fatal system initialization errors or late termination messages.
Operating Environment Information: See the SAS documentation for your operating environment for specific
information on the destination of the SAS console log. ![[cautionend]](../../../../common/61925/HTML/default/images/cautend.gif)
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.