Search notes:

SAS options

Most options can be set with an options statement, in configuration files or with the SASV9_OPTIONS environment variable. Some options can only be set when the system initializes.
autoexec
buflog
cardimage
center
cmplib
config
cpucount
date
dflang
dflang
dlcreatedir
dmssyncheck
engine
errors
formdlim
locale
logparm
macrogen
metaautoresources
missing
notes
number
linesize
mautosource
mprint
mstored
printmsglist
obs
odsdest
odsgraphics
presenv
replace
sasautos
sasmstore
sastrace
set
source
symbolgen
syntaxcheck
unbuflog
xcmd

Display list of currently set options

Write a list of options into the log. Each options has a short explanation what it does.
proc options;
run;

See also

getoption
proc options
dictionary.options, dictionary.goptions
The macro tq84_opt
restricted options
The current values of most options can be stored in the registry or in a data set with proc optsave or dmoptsave. Later these values can be retrieved again with proc optload dmoptload.
See Saving and loading options with proc optsave/optload into/from the registry

Index