Specifies a destination for a copy of the SAS log when SAS is running in batch mode.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Files |
PROC OPTIONS GROUP= | ENVFILES, LOGCONTROL |
Default: | filename.LOG in batch mode, where filename is the name of your SAS job |
Windows specifics: | destination must be a valid Windows filename |
specifies the destination for the SAS log. The destination argument can be a valid Windows pathname or filename (including device names such as LPT1) or an environment variable that is associated with a pathname. If you specify only a pathname, the log file is created in the specified directory with the default name of filename.LOG, where filename is the name of your SAS job.
routes each log message to a message box, where one message is displayed per message box.