Show the value of envirionment variables:The EXPAND option causes the values of environment variables to display in place of the environment variable. The NOEXPAND option causes the environment variable to display. In this example, the environment variable is !sasroot.


proc options option=msg expand host;
run;
proc options option=msg noexpand host;
run;