Specifies the destination for the copies of the output files from SAS procedures.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Files |
PROC OPTIONS GROUP= | ENVFILES |
Default: | NOALTPRINT |
Windows specifics: | destination must resolve to a valid Windows pathname or filename |
specifies the destination for a copy of the SAS procedure output file. The file-specification 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.LST, where filename is the name of your SAS job. If you are running SAS interactively and specify only a pathname, the filename is SAS.
does not create a copy of the SAS procedure output file.