![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the CMS Environment |
As described in Customizing Your SAS Session, you can specify SAS system options in a SAS command or in a SAS configuration file. You can use these options to change the destination of the SAS log and procedure output. The options that you use depend on whether you want to make a copy of your SAS log or procedure output, or whether you want to route it only to an external file.
| Routing Your SAS Log or Procedure Output to an External File |
log='houses log1 b'
LOG= and PRINT= have no effect in the windowing environment. If you are in the windowing environment, use the ALTLOG= and ALTPRINT= system options. See Copying Your SAS Log or Procedure Output to an External File .
You can use any form of the file-specification parameter to describe the destination of the file. See Allocating External Files for information about different ways of specifying destinations for these files.
| Copying Your SAS Log or Procedure Output to an External File |
sas (nodms altlog='sept25 tests c'
You can also specify the ALTLOG= and ALTPRINT= options in a configuration file.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.