bobguy 发表于 2012-4-16 00:30 
Yes.
Replace the "run;" with "quit;".
但是有错误,得不到结果:
1 PROC IML;
NOTE: IML Ready
2 h = hadamard(12);
ERROR: Invocation of unresolved module HADAMARD.
statement : ASSIGN at line 2 column 2
3 print h;
ERROR: Matrix H has not been set to a value.
statement : PRINT at line 3 column 2
4 quit;
NOTE: Exiting IML.