Specifies a destination for a copy of the SAS log.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Files |
PROC OPTIONS GROUP= | ENVFILES, LOGCONTROL |
Default: | NOALTLOG |
Windows specifics: | destination must resolve to a valid Windows path or filename |
specifies a destination for a copy of the SAS log. The destination argument can be a valid Windows pathname or filename (including device names) or an environment variable associated with a pathname. If you specify only a pathname, the copy is placed in a file in the specified directory, with a name of filename.LOG, where filename is the name of your SAS job. If you are running SAS interactively and specify only a pathname, the log is written to a file named SAS.LOG within that path.
specifies that the SAS log is not copied.