![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the CMS Environment |
| OPTIONS Procedure |
The OPTIONS procedure writes to the SAS log all system options that are available under CMS. System Options describes the options listed by the OPTIONS procedure that have host-specific behavior, and SAS Language Reference: Dictionary describes all system options that are completely portable (that is, those that have no host-specific behavior).
proc options short; run;
You can also use the OPTIONS procedure to obtain more detailed information about a particular system option. See OPTIONS and SAS Procedures Guide for more information about PROC OPTIONS.
| OPTIONS Window |
Summary Table of SAS System Options tells which options are listed in the OPTIONS window.
To display the OPTIONS window, enter
OPTIONS from the command line.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.