Search notes:

SAS: restricted options

Options can be restricted. Restricted options cannot be changed by a user. An option can be restricted globally, by group and by user.
Options are restricted in the following files with the normal config file format:

Querying restricted options

Restricted options can be queried with proc options:
proc options
     restrict;
run;

Index