Previous Page | Next Page

ARM Logging

ARM Logging Using the SAS Language

The SAS language enables you to use the SAS logging facility in a DATA step and in macro programs. Using SAS logging facility language elements, you can create appenders, loggers, and log events in your SAS programs. Loggers that you create in your SAS program can reference appenders that are created in your SAS program, or appenders that are defined in a logging configuration file. When you create a log event in your SAS program, the logger that you specify in the log event can be one that was created in your SAS program, or one that is defined in the logging configuration file. For more information, see SAS Logging: Configuration and Programming Reference.

SAS processes the logging facility language elements whether the LOGCONFIGLOC= system option specifies a logging configuration file. If the LOGCONFIGLOC= system option does not specify a logging configuration file, all SAS logging facility messages are written to the SAS log, and they are written to the SAS logging facility location specified in the log event.

The following list contains other information needed to use the SAS logging facility and the SAS language:

Previous Page | Next Page | Top of Page