options noxwait noxsync;x '"C:\program files\microsoft office\office15\excel.exe"';
filename random
dde 'excel|sheet1!r1c1:r100c3';data random; file random; do i=1 to 100; x=ranuni(i); y=10+x; z=x-10; put x y z; end;run;
路径没问题,这例子总直接未响应,后面的例子也是如此 ...