If the same option is set more
than once within the SAS command, a configuration file, or the SASV9_OPTIONS
environment variable, only the last setting is used; the others are
ignored. For example, the DMS option is ignored in the following
SAS command:
sas -dms -nodms
The DMS
option is also ignored in the following configuration file:
-dms
-linesize 80
-nodms
By default, if you specify
the HELPLOC, MAPS, MSG, SAMPLOC, SASAUTOS, or SASHELP system options
more than one time, the last value that is specified is the value
that SAS uses. If you want to add additional pathnames to the pathnames
already specified by one of these options, you must use the APPEND
or INSERT system options. For more information, see the
APPEND System Option: UNIX and
INSERT System Option: UNIX.