VariableExclude specifies which environment variables should be excluded from the SET list. The syntax is:

 

VariableExclude=var1[;var2[;var3[;...]]]

 

For example, to exclude the SESSIONNAME, TMP, USERDOMAIN, and USERNAME variables:

 

SET VariableExclude=sessionname;tmp;userdomain;username

 

See also: SET.