Chapter Contents |
Previous |
Next |
SAS Language Reference: Dictionary |
The syntax for specifying system options in an OPTIONS statement is
OPTIONS option(s); |
The following example shows how to use the system options NODATE and LINESIZE= in an OPTIONS statement:
options nodate linesize=72;
Operating Environment Information: On the command line or in a configuration file, the syntax is specific to your operating environment. For details, see the SAS documentation for your operating environment.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.