15/12/2015

[SAS]Change the Work location to D:\ drive


Change Target to:
"C:\Program Files\SAS Institute\SAS\V8\sas.exe" -CONFIG "C:\Program Files\SAS Institute\SAS\V8\SASV8.CFG" -work "D:\temp"

Run below code to check:
proc options option=work;
run;