我的C盘里面有一个macro catalogue,里面有十来个宏程序,我想查看里面macro的code,
有什么好的方法?
我用libname m "C:\";
options mstored sasmstore=m;
%copy RAWC/ source;
但是报error。如下:
24 libname m "C:\";
NOTE: Libref M was successfully assigned as follows:
Engine: V9
Physical Name: C:\
25 options mstored sasmstore=m;
26 %copy RAWC/ source;
ERROR: The /SOURCE option was not specified when the macro RAWC was compiled.
ERROR: An error occurred during the execution of the %COPY statement.