Specifies a destination for SAS output when running in batch mode.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Files |
PROC OPTIONS GROUP= | ENVFILES |
Default: | filename.LST in batch mode, where filename is the name of your SAS job |
Windows specifics: | all |
specifies the destination for the SAS procedure output file. 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 a pathname and it contains spaces, it must be enclosed in quotation marks. If you specify only a pathname, the procedure output file is created in the specified directory, with the default name of filename.LST, where filename is the name of your SAS job.
suppresses the creation of the SAS procedure output file.