[quote:28317]NOTE: The file TEMP is:
DDE 会话,
SESSION=excel|sheet2!R2C3:R20C8,RECFM=V,
LRECL=256
NOTE: 19 records were written to the file TEMP.
The minimum record length was 17.
The maximum record length was 21.
NOTE: 有 19 个观测从数据集 SASHELP.CLASS. 中读取
NOTE: DATA 语句占用:
实际时间 0.35 秒
CPU 时间 0.00 秒
ERROR: DDE 语法的物理名错误.[/quote:28317]
[code:28317]filename cmds dde 'excel|system';
data _null_;
file cmds;
put '[save()]';
put '[quit()]';
run;[/code:28317]