Please try to remove anything like /* .... */
The log file shows lines 985-991 run well
proc iml;
rv=normal(repeat(0,800,1000));
rv=t(rv[800, ]);
create rv1 from rv[colname='normal'];
append from rv;
quit;
The following is Log file
13 proc iml;
NOTE: IML Ready
14 rv=normal(repeat(0,800,1000));
15 rv=t(rv[800, ]);
16 create rv1 from rv[colname='normal'];
17 append from rv;
18 quit;
NOTE: Exiting IML.
NOTE: The data set WORK.RV1 has 1000 observations and 1 variables.
NOTE: PROCEDURE IML used (Total process time):
real time 0.21 seconds
cpu time 0.21 seconds


雷达卡



看不透!
京公网安备 11010802022788号







