Some system options
cannot be saved. To create a list of options that can be saved, submit
this SAS code:
proc optsave;
run;
proc print;
var optname;
run;
The PRINT procedure
uses the value of the _LAST_ system option to determine the input
data set. The default data set name for the OPTSAVE procedure is SASUSER.MYOPTS.